Fix Wstream

This commit is contained in:
Alhaziel
2019-10-09 18:40:41 +02:00
parent 56533b5ff6
commit 92d83adabf
+1 -1
View File
@@ -7,7 +7,7 @@
"find_videos": { "find_videos": {
"patterns": [ "patterns": [
{ {
"pattern": "wstream.video/(?:embed-|videos/|video/)?([a-z0-9A-Z]+)", "pattern": "wstream.video/(?:embed-|videos/|video/|videow/)?([a-z0-9A-Z]+)",
"url": "http:\/\/wstream.video\/videow\/\\1" "url": "http:\/\/wstream.video\/videow\/\\1"
} }
], ],