Explorar el Código

Remove private wiki

MarkusRost hace 4 años
padre
commit
ad595396be
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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/"
 		}
 	]
-}
+}