Fix Wstream

This commit is contained in:
Alhaziel
2019-12-27 18:43:45 +01:00
parent df13645ce9
commit 75b95c75b0

View File

@@ -7,12 +7,16 @@
"find_videos": {
"patterns": [
{
"pattern": "wstream\\.video.*?(?<!api)(?:=|/)(?:embed-)?([a-z0-9A-Z]+)(?:[^/_.a-z0-9A-Z]|$)",
"pattern": "wstream\\.video.*?(?<!api)(?:=|/)(?:embed-)?(?<!streaming\\.php\\?id=)([a-z0-9A-Z]+)(?:[^/_.a-z0-9A-Z]|$)",
"url": "https://wstream.video/video.php?file_code=\\1"
},
{
"pattern": "wstream\\.video/([a-zA-Z0-9/]+.html)",
"url": "https://wstream.video/\\1"
},
{
"pattern": "wstream\\.video/(api/vcmod/fastredirect/streaming\\.php\\?id=[0-9]+)",
"url": "https://wstream.video/\\1"
}
],
"ignore_urls": []