diff --git a/src/match/matches.ts b/src/match/matches.ts index 9dac698..f2eaa1d 100644 --- a/src/match/matches.ts +++ b/src/match/matches.ts @@ -22,7 +22,8 @@ class Doodstream implements Match { reliability = Reliability.HIGH domains = [ 'doodstream.com', - 'dood.pm' + 'dood.pm', + 'dood.ws' ] replace = true regex = new RegExp(/(\/pass_md5\/.*?)'.*(\?token=.*?expiry=)/s)