[rule34] recognize URLs with 'www' subdomain (#4984)
This commit is contained in:
@@ -168,7 +168,7 @@ INSTANCES = {
|
||||
},
|
||||
"rule34": {
|
||||
"root": "https://rule34.xxx",
|
||||
"pattern": r"rule34\.xxx",
|
||||
"pattern": r"(?:www\.)?rule34\.xxx",
|
||||
"api_root": "https://api.rule34.xxx",
|
||||
},
|
||||
"safebooru": {
|
||||
|
||||
Reference in New Issue
Block a user