Skip to content

Commit

Permalink
Fix DoodStream
Browse files Browse the repository at this point in the history
  • Loading branch information
xXTimmy89Xx authored Jan 7, 2024
1 parent 9525182 commit d1d991b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions servers/doodstream.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand All @@ -22,4 +26,4 @@
"visible": true
}
]
}
}

0 comments on commit d1d991b

Please sign in to comment.