Fix Wstream

This commit is contained in:
Alhaziel
2019-10-22 18:58:31 +02:00
parent fd5c33d528
commit a04b06923e
2 changed files with 19 additions and 12 deletions
+2 -2
View File
@@ -8,11 +8,11 @@
"patterns": [
{
"pattern": "wstream\\.video/video\\.php\\?file_code=([a-z0-9A-Z]+)",
"url": "http:\/\/wstream.video\/videok\/\\1"
"url": "http:\/\/wstream.video\/\\1"
},
{
"pattern": "wstream\\.video/(?:embed-|videos/|video/|videow/|videoj/)?([a-z0-9A-Z]+)",
"url": "http:\/\/wstream.video\/videok\/\\1"
"url": "http:\/\/wstream.video\/\\1"
}
],
"ignore_urls": [ ]