Fix Wstream

This commit is contained in:
Alhaziel01
2019-11-23 13:58:36 +01:00
parent c24ecfa5df
commit 316d4cff28

View File

@@ -7,7 +7,7 @@
"find_videos": {
"patterns": [
{
"pattern": "wstream\\.video.*?(?<!api)(?:=|/)(?:embed-)?([a-z0-9A-Z]+)(?:[^/_.a-z0-9A-Z]|$)",
"pattern": "wstream\\.video.*?(?<!api)(?:=|/)(?:embed-)?([a-z0-9A-Z]+)(?:[^/_.a-z0-9A-Z]|$|\\.)",
"url": "https://wstream.video/video.php?file_code=\\1"
}
],