nuova regex wstream
This commit is contained in:
+2
-18
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user