Add dood.wf as domain for doodstream

This commit is contained in:
bytedream 2022-08-04 17:03:03 +02:00
parent 5b8639ce6a
commit 382d8b1268

View File

@ -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)