Update few domains (#15)

* Update matches.ts

* Update matches.ts

* Update matches.ts
This commit is contained in:
Bharathi 2023-08-08 18:58:50 +02:00 committed by GitHub
parent 48dc192964
commit 0054f5da0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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