fix maxstream for tvshows and movies
This commit is contained in:
@@ -4,12 +4,8 @@
|
|||||||
"ignore_urls": [],
|
"ignore_urls": [],
|
||||||
"patterns": [
|
"patterns": [
|
||||||
{
|
{
|
||||||
"pattern": "https?://maxstream.video/(?:e/)?([a-z0-9]+)",
|
"pattern": "https?://maxstream.video/.*?([^\/]+)$",
|
||||||
"url": "https://maxstream.video/cast/\\1"
|
"url": "https://maxstream.video/cast/\\1"
|
||||||
},
|
|
||||||
{
|
|
||||||
"pattern": "https?://maxstream.video/embed-([a-z0-9]+).html",
|
|
||||||
"url": "https://maxstream.video/\\1"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user