diff --git a/servers/maxstream.json b/servers/maxstream.json index 893c21e3..353937a5 100644 --- a/servers/maxstream.json +++ b/servers/maxstream.json @@ -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" } ] },