fix maxstream for tvshows and movies

This commit is contained in:
fatshotty
2021-06-25 11:09:58 +02:00
parent 9f595ef409
commit 7c197f89f1

View File

@@ -4,12 +4,8 @@
"ignore_urls": [],
"patterns": [
{
"pattern": "https?://maxstream.video/(?:e/)?([a-z0-9]+)",
"pattern": "https?://maxstream.video/.*?([^\/]+)$",
"url": "https://maxstream.video/cast/\\1"
},
{
"pattern": "https?://maxstream.video/embed-([a-z0-9]+).html",
"url": "https://maxstream.video/\\1"
}
]
},