mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-11 13:15:13 +02:00
added more domains
- additional domains to mixdrop and doodstream
This commit is contained in:
parent
f4cbdd3258
commit
98709bc934
@ -24,7 +24,13 @@ class Doodstream implements Match {
|
|||||||
'doodstream.com',
|
'doodstream.com',
|
||||||
'dood.pm',
|
'dood.pm',
|
||||||
'dood.ws',
|
'dood.ws',
|
||||||
'dood.wf'
|
'dood.wf',
|
||||||
|
'dood.cx',
|
||||||
|
'dood.sh',
|
||||||
|
'dood.watch',
|
||||||
|
'dood.to',
|
||||||
|
'dood.so',
|
||||||
|
'dood.la'
|
||||||
]
|
]
|
||||||
replace = true
|
replace = true
|
||||||
regex = new RegExp(/(\/pass_md5\/.*?)'.*(\?token=.*?expiry=)/s)
|
regex = new RegExp(/(\/pass_md5\/.*?)'.*(\?token=.*?expiry=)/s)
|
||||||
@ -66,7 +72,10 @@ class Mixdrop implements Match {
|
|||||||
id = 'mixdrop'
|
id = 'mixdrop'
|
||||||
reliability = Reliability.NORMAL
|
reliability = Reliability.NORMAL
|
||||||
domains = [
|
domains = [
|
||||||
'mixdrop.co'
|
'mixdrop.co',
|
||||||
|
'mixdrop.to',
|
||||||
|
'mixdrop.ch',
|
||||||
|
'mixdrop.bz'
|
||||||
]
|
]
|
||||||
regex = new RegExp(/(?<=\|)\w{2,}/gm)
|
regex = new RegExp(/(?<=\|)\w{2,}/gm)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user