From 018062037b683fdda5cf6cc4a895d314f5f6cca2 Mon Sep 17 00:00:00 2001 From: Timmy89 <53865707+xXTimmy89Xx@users.noreply.github.com> Date: Wed, 10 Jan 2024 00:47:38 +0100 Subject: [PATCH] Revert DoodStream --- servers/doodstream.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/servers/doodstream.json b/servers/doodstream.json index 032b9cdf..853edb29 100644 --- a/servers/doodstream.json +++ b/servers/doodstream.json @@ -4,12 +4,8 @@ "ignore_urls": [], "patterns": [ { - "pattern": "http(?:s|)://dood(?:stream|s|).(?:watch|to|so|com|cx|la|ws|sh|pm|wf|re|yt|pro)/(?:e|d)/([a-z0-9#]+)", - "url": "https://ds2play.com/e/\\1" - }, - { - "pattern": "http(?:s|)://(?:dooood|ds2play).(?:watch|to|so|com|cx|la|ws|sh|pm|wf|re|yt)/(?:e|d)/([a-z0-9#]+)", - "url": "https://ds2play.com/e/\\1" + "pattern": "(do*d(?:stream)?.[^/]+)/+(?:e|d)/([a-z0-9]+)", + "url": "https://\\1/e/\\2" } ] },