From 382d8b1268b02071db789451f589fdd403ce24b5 Mon Sep 17 00:00:00 2001 From: bytedream Date: Thu, 4 Aug 2022 17:03:03 +0200 Subject: [PATCH] Add dood.wf as domain for doodstream --- src/match/matches.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/match/matches.ts b/src/match/matches.ts index 038e521..19c7523 100644 --- a/src/match/matches.ts +++ b/src/match/matches.ts @@ -23,7 +23,8 @@ class Doodstream implements Match { domains = [ 'doodstream.com', 'dood.pm', - 'dood.ws' + 'dood.ws', + 'dood.wf' ] replace = true regex = new RegExp(/(\/pass_md5\/.*?)'.*(\?token=.*?expiry=)/s)