ソースを参照

Remove private wiki

MarkusRost 4 年 前
コミット
ad595396be
1 ファイル変更4 行追加4 行削除
  1. 4 4
      util/default.json

+ 4 - 4
util/default.json

@@ -182,7 +182,7 @@
 		},
 		},
 		{
 		{
 			"name": "wiki.biligame.com",
 			"name": "wiki.biligame.com",
-			"regex": "(wiki\\.biligame\\.com/(?:[a-z\\d]{1,50}))",
+			"regex": "(wiki\\.biligame\\.com(?:/[a-z\\d]{1,50}))",
 			"articlePath": "/",
 			"articlePath": "/",
 			"scriptPath": "/"
 			"scriptPath": "/"
 		},
 		},
@@ -206,15 +206,15 @@
 		},
 		},
 		{
 		{
 			"name": "femiwiki.com",
 			"name": "femiwiki.com",
-			"regex": "((?:(?:www)\\.)?femiwiki\\.com)",
+			"regex": "((?:www\\.)?femiwiki\\.com)",
 			"articlePath": "/w/",
 			"articlePath": "/w/",
 			"scriptPath": "/"
 			"scriptPath": "/"
 		},
 		},
 		{
 		{
 			"name": "revi.wiki",
 			"name": "revi.wiki",
-			"regex": "((?:(?:private)\\.)?revi\\.wiki)",
+			"regex": "(revi\\.wiki)",
 			"articlePath": "/wiki/",
 			"articlePath": "/wiki/",
 			"scriptPath": "/w/"
 			"scriptPath": "/w/"
 		}
 		}
 	]
 	]
-}
+}