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" } ] },