nuova regex wstream

This commit is contained in:
mac12m99
2019-11-20 20:11:25 +01:00
committed by marco
parent 55fd3b7812
commit 6699e56b96
+2 -18
View File
@@ -7,27 +7,11 @@
"find_videos": {
"patterns": [
{
"pattern": "https://wstream.video/stream/switch_embed.php\\?file_code=([a-z0-9A-Z]+)",
"url": "https://wstream.video/video.php?file_code=\\1"
},
{
"pattern":"wstream.video\/api\/vcmod\/fastredirect\/streaming.php\\?id=([0-9a-zA-Z]+)",
"url": "https://wstream.video/api/vcmod/fastredirect/streaming.php?id=\\1"
},
{
"pattern": "wstream\\.video/video\\.php\\?file_code=([a-z0-9A-Z]+)",
"url": "https://wstream.video/video.php?file_code=\\1"
},
{
"pattern": "wstream\\.video\/(?:embed-|videos/|video/|videow/|videoj/)([a-z0-9A-Z]+)",
"url": "https://wstream.video/video.php?file_code=\\1"
},
{
"pattern": "wstream\\.video/(?!api/|stream/|embed-)([a-z0-9A-Z]+)",
"pattern": "wstream\\.video/?.*?(?<!api)(?:=|/)([a-z0-9A-Z]+)[^/_a-z0-9A-Z]",
"url": "https://wstream.video/video.php?file_code=\\1"
}
],
"ignore_urls": [ ]
"ignore_urls": []
},
"settings": [
{