fix MaxStream

This commit is contained in:
fatshotty
2021-06-25 19:26:25 +02:00
committed by mac12m99
parent d4a82d00eb
commit 1fe780d7a8
2 changed files with 54 additions and 15 deletions
+2 -6
View File
@@ -4,12 +4,8 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "https?://maxstream.video/(?:e/)?([a-z0-9]+)",
"url": "https://maxstream.video/\\1"
},
{
"pattern": "https?://maxstream.video/embed-([a-z0-9]+).html",
"url": "https://maxstream.video/\\1"
"pattern": "https?://maxstream.video/(?:e/|embed-|cast/)?([a-z0-9]+)",
"url": "https://maxstream.video/cast/\\1"
}
]
},