fix wstream

This commit is contained in:
greko
2019-06-03 10:28:59 +02:00
parent 6376af7466
commit 4b9e06d204

View File

@@ -9,7 +9,11 @@
{
"pattern": "wstream.video/(?:embed-|videos/|video/)?([a-z0-9A-Z]+)",
"url": "http:\/\/wstream.video\/\\1"
}
},
{
"pattern": "wstream.video/(?:embed-|videos/|video/)?([a-z0-9A-Z]+)",
"url": "http:\/\/wstream.video\/video\/\\1"
}
],
"ignore_urls": [ ]
},
@@ -39,4 +43,4 @@
"visible": false
}
]
}
}