Fix DooD Stream

This commit is contained in:
Alhaziel01
2020-12-22 12:10:02 +01:00
parent 1f407ade58
commit 35d7480c1f
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "(https://dood(?:stream|).(?:watch|to|com)/(?:e|d)/[a-z0-9]+)",
"url": "\\1"
"pattern": "https://dood(?:stream|).(?:watch|to|com)/((?:e|d)/[a-z0-9]+)",
"url": "https://dood.to/\\1"
}
]
},