fix wstream per cambio url
This commit is contained in:
@@ -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": [ ]
|
||||||
|
|||||||
Reference in New Issue
Block a user