0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00

Remove Fandom ➔ BreezeWiki example

This commit is contained in:
blankie 2023-03-23 23:36:25 +07:00
parent 1556681593
commit 5ed2d21d8c
No known key found for this signature in database
GPG Key ID: CC15FC822C7F61F5

View File

@ -59,13 +59,7 @@ public class PatternCatalog extends JsonCatalog {
)
.put("enabled", "false")
)
.put("Fandom ➔ BreezeWiki", new JSONObject()
.put("regex", "^https?://([a-z0-9-]+)\\.fandom\\.com/(.*)")
.put("excludeRegex", "^https?://www\\.fandom\\.com/")
.put("replacement", "https://breezewiki.com/$1/$2")
.put("enabled", "false")
)
;
}
}
}