소스 검색

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