rebase servers

This commit is contained in:
marco
2020-03-06 20:50:52 +01:00
parent a2c4aeb93b
commit 2ecdf23042
193 changed files with 5798 additions and 509 deletions
+5 -1
View File
@@ -4,8 +4,12 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "(https://bdupload.info/[A-z0-9]+)",
"pattern": "(https://bdupload.(?:info|asia)/[A-z0-9]+)",
"url": "\\1"
},
{
"pattern": "https://dl.bdupload.(?:info|asia|in)/([A-z0-9]+)",
"url": "https://bdupload.asia/\\1"
}
]
},