Updated regex for wstream link

This commit is contained in:
thepasto
2019-04-13 13:45:06 +02:00
committed by mac12m99
parent 74dcb81ef9
commit 07efa50db6

View File

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