Merge pull request #9 from bachig26/master

Update matches.ts
This commit is contained in:
ByteDream 2023-01-19 13:27:04 +01:00 committed by GitHub
commit 7d8d8b6614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,8 @@ class Doodstream implements Match {
'dood.watch', 'dood.watch',
'dood.to', 'dood.to',
'dood.so', 'dood.so',
'dood.la' 'dood.la',
'dood.re'
] ]
replace = true replace = true
regex = new RegExp(/(\/pass_md5\/.*?)'.*(\?token=.*?expiry=)/s) regex = new RegExp(/(\/pass_md5\/.*?)'.*(\?token=.*?expiry=)/s)