Add doodstream domain

This commit is contained in:
bytedream 2022-07-19 11:27:03 +02:00
parent a207c336b0
commit bd64d4ed0b

View File

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