fix mystream

This commit is contained in:
mac12m99
2020-03-13 19:17:34 +01:00
committed by marco
parent d1a8d1ea7c
commit f0e137b9b6
2 changed files with 15 additions and 24 deletions
+1 -5
View File
@@ -4,11 +4,7 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "https://embed.mystream.to/(\\w+)",
"url": "https://embed.mystream.to/\\1"
},
{
"pattern": "https://mystream.to/watch/(\\w+)",
"pattern": "(?:\\w+\\.)?my?stream\\.(?:to|fun)/(?:watch/)?([a-zA-Z0-9]+)",
"url": "https://embed.mystream.to/\\1"
}
]