Fix DooD Stream

This commit is contained in:
Alhaziel01
2023-06-23 11:44:43 +02:00
parent 68048f1d61
commit e5bb7fbca9
3 changed files with 16 additions and 10 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "dood(?:stream)?.[^/]+/+(?:e|d)/([a-z0-9]+)",
"url": "https://dood.yt/e/\\1"
"pattern": "(do*d(?:stream)?.[^/]+)/+(?:e|d)/([a-z0-9]+)",
"url": "https://\\1/e/\\2"
}
]
},