fix wstream

This commit is contained in:
mac12m99
2019-11-06 20:58:15 +01:00
committed by marco
parent aa4b2d2f6b
commit c3bf4eac2d
2 changed files with 21 additions and 47 deletions

View File

@@ -8,19 +8,19 @@
"patterns": [
{
"pattern":"wstream.video\/(api\/vcmod\/fastredirect\/streaming.php\\?id=[0-9a-zA-Z]+)",
"url": "http:\/\/wstream.video\/\\1"
"url": "https://wstream.video/video.php?file_code=\\1"
},
{
"pattern": "wstream\\.video/video\\.php\\?file_code=([a-z0-9A-Z]+)",
"url": "http:\/\/wstream.video\/\\1"
"url": "https://wstream.video/video.php?file_code=\\1"
},
{
"pattern": "wstream\\.video\/(?:embed-|videos/|video/|videow/|videoj/)([a-z0-9A-Z]+)",
"url": "http:\/\/wstream.video\/\\1"
"url": "https://wstream.video/video.php?file_code=\\1"
},
{
"pattern": "wstream\\.video\/(?!api/)([a-z0-9A-Z]+)",
"url": "http:\/\/wstream.video\/\\1"
"url": "https://wstream.video/video.php?file_code=\\1"
}
],
"ignore_urls": [ ]