fix wstream per cambio url

This commit is contained in:
mac12m99
2019-10-21 18:09:10 +02:00
committed by marco
parent 9881c927f7
commit c082e505fc
+6 -2
View File
@@ -7,8 +7,12 @@
"find_videos": { "find_videos": {
"patterns": [ "patterns": [
{ {
"pattern": "wstream.video/(?:embed-|videos/|video/|videow/)?([a-z0-9A-Z]+)", "pattern": "wstream\\.video/video\\.php\\?file_code=([a-z0-9A-Z]+)",
"url": "http:\/\/wstream.video\/videow\/\\1" "url": "http:\/\/wstream.video\/videoj\/\\1"
},
{
"pattern": "wstream\\.video/(?:embed-|videos/|video/|videow/|videoj/)?([a-z0-9A-Z]+)",
"url": "http:\/\/wstream.video\/videoj\/\\1"
} }
], ],
"ignore_urls": [ ] "ignore_urls": [ ]