fix wstream

This commit is contained in:
marco
2020-03-03 23:02:55 +01:00
committed by Alhaziel
parent 17bc321c3a
commit 698ec0eb7a
+2 -2
View File
@@ -7,7 +7,7 @@
"find_videos": { "find_videos": {
"patterns": [ "patterns": [
{ {
"pattern": "wstream\\.video(?!<).*?(?<!api)(?:=|/)(?:embed-)?(?<!streaming\\.php\\?id=)([a-z0-9A-Z]+)(?:[^/_.a-z0-9A-Z]|$)", "pattern": "wstream\\.video(?!<)(?:=|/)(?:video[a-zA-Z0-9]*|embed[a-zA-Z0-9]*)?(?!api)(?:-|/)?([a-z0-9A-Z]+)",
"url": "https://wstream.video/video.php?file_code=\\1" "url": "https://wstream.video/video.php?file_code=\\1"
}, },
{ {
@@ -15,7 +15,7 @@
"url": "https://wstream.video/\\1" "url": "https://wstream.video/\\1"
}, },
{ {
"pattern": "wstream\\.video/(api/vcmod/fastredirect/streaming\\.php\\?id=[0-9]+)", "pattern": "wstream\\.video/(api/vcmod/fastredirect/streaming\\.php\\?id=[$0-9]+)",
"url": "https://wstream.video/\\1" "url": "https://wstream.video/\\1"
} }
], ],