Updated regex for wstream link

This commit is contained in:
thepasto
2019-04-13 13:45:06 +02:00
parent a6799d0dea
commit 6d7d9af788

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
}
]
}
}