fix Onlystream

This commit is contained in:
Alhaziel
2019-11-08 16:56:24 +01:00
parent 56431a2b63
commit bee564fd76
+1 -1
View File
@@ -4,7 +4,7 @@
"ignore_urls": [], "ignore_urls": [],
"patterns": [ "patterns": [
{ {
"pattern": "onlystream.tv/([0-9a-zA-Z]+)", "pattern": "onlystream.tv/(?:e/)?([0-9a-zA-Z]+)",
"url": "https://onlystream.tv/\\1" "url": "https://onlystream.tv/\\1"
} }
] ]