Fix DooD Stream

This commit is contained in:
Alhaziel01
2021-05-31 17:56:33 +02:00
parent f7e4d1568b
commit 949f398a64
21 changed files with 10851 additions and 20 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "dood(?:stream|).[^/]+/((?:e|d)/[a-z0-9]+)",
"url": "https://dood.to/\\1"
"pattern": "dood(?:stream)?.[^/]+/(?:e|d)/([a-z0-9]+)",
"url": "https://dood.to/e/\\1"
}
]
},