Fix Wstream

This commit is contained in:
Alhaziel
2019-10-09 19:10:46 +02:00
parent c457c58857
commit 862149fc2d
+2 -2
View File
@@ -7,8 +7,8 @@
"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\/video\/\\1" "url": "http:\/\/wstream.video\/videow\/\\1"
} }
], ],
"ignore_urls": [ ] "ignore_urls": [ ]