From 98709bc934639b9c82ca6baa6f54ada91ae97456 Mon Sep 17 00:00:00 2001 From: Bharathi <96393348+bachig26@users.noreply.github.com> Date: Wed, 11 Jan 2023 01:07:48 +0100 Subject: [PATCH] added more domains - additional domains to mixdrop and doodstream --- src/match/matches.ts | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/match/matches.ts b/src/match/matches.ts index db0ed04..2290658 100644 --- a/src/match/matches.ts +++ b/src/match/matches.ts @@ -24,7 +24,13 @@ class Doodstream implements Match { 'doodstream.com', 'dood.pm', 'dood.ws', - 'dood.wf' + 'dood.wf', + 'dood.cx', + 'dood.sh', + 'dood.watch', + 'dood.to', + 'dood.so', + 'dood.la' ] replace = true regex = new RegExp(/(\/pass_md5\/.*?)'.*(\?token=.*?expiry=)/s) @@ -66,7 +72,10 @@ class Mixdrop implements Match { id = 'mixdrop' reliability = Reliability.NORMAL domains = [ - 'mixdrop.co' + 'mixdrop.co', + 'mixdrop.to', + 'mixdrop.ch', + 'mixdrop.bz' ] regex = new RegExp(/(?<=\|)\w{2,}/gm)