From 7c197f89f1c394dd6a1c998441fe2ed3949e4e66 Mon Sep 17 00:00:00 2001 From: fatshotty Date: Fri, 25 Jun 2021 11:09:58 +0200 Subject: [PATCH] fix maxstream for tvshows and movies --- servers/maxstream.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" } ] },