From 0054f5da0e2f399e3ad35268c96255f01ea002fe Mon Sep 17 00:00:00 2001 From: Bharathi <96393348+bachig26@users.noreply.github.com> Date: Tue, 8 Aug 2023 18:58:50 +0200 Subject: [PATCH] Update few domains (#15) * Update matches.ts * Update matches.ts * Update matches.ts --- src/match/matches.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/match/matches.ts b/src/match/matches.ts index d7185fa..96b941e 100644 --- a/src/match/matches.ts +++ b/src/match/matches.ts @@ -33,7 +33,10 @@ class Doodstream implements Match { 'dood.to', 'dood.so', 'dood.la', - 'dood.re' + 'dood.re', + 'dood.yt', + 'ds2play.com', + 'dooood.com' ] replace = true regex = new RegExp(/(\/pass_md5\/.*?)'.*(\?token=.*?expiry=)/s) @@ -130,7 +133,9 @@ class Streamtape implements Match { id = 'streamtape' reliability = Reliability.NORMAL domains = [ - 'streamtape.com' + 'streamtape.com', + 'streamtape.net', + 'shavetape.cash' ] regex = new RegExp(/id=.*(?=')/gm)