diff --git a/servers/doodstream.json b/servers/doodstream.json index b88db6d7b..032b9cdf8 100644 --- a/servers/doodstream.json +++ b/servers/doodstream.json @@ -4,8 +4,12 @@ "ignore_urls": [], "patterns": [ { - "pattern": "(do*d(?:stream)?.[^/]+)/+(?:e|d)/([a-z0-9]+)", - "url": "https://\\1/e/\\2" + "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" } ] }, @@ -22,4 +26,4 @@ "visible": true } ] -} \ No newline at end of file +}