Fix Wstream

This commit is contained in:
Alhaziel
2020-03-04 20:01:22 +01:00
parent c6bad05e14
commit f6d0e3398a

View File

@@ -7,7 +7,7 @@
"find_videos": {
"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]+/)?([a-z0-9A-Z]+)",
"url": "https://wstream.video/video.php?file_code=\\1"
},
{