mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-09 20:25:14 +02:00
Add new voe domain (voeun-block.net)
This commit is contained in:
parent
de0d8d5a41
commit
213b996755
@ -26,6 +26,7 @@
|
|||||||
"*://*.vivo.sx/*",
|
"*://*.vivo.sx/*",
|
||||||
"*://*.voe.sx/*",
|
"*://*.voe.sx/*",
|
||||||
"*://*.voeunblk.com/*",
|
"*://*.voeunblk.com/*",
|
||||||
|
"*://*.voeun-block.net/*",
|
||||||
"*://*.vupload.com/*"
|
"*://*.vupload.com/*"
|
||||||
],
|
],
|
||||||
"js": [
|
"js": [
|
||||||
|
@ -193,7 +193,8 @@ class Voe implements Match {
|
|||||||
reliability = Reliability.HIGH
|
reliability = Reliability.HIGH
|
||||||
domains = [
|
domains = [
|
||||||
'voe.sx',
|
'voe.sx',
|
||||||
'voeunblk.com'
|
'voeunblk.com',
|
||||||
|
'voeun-block.net'
|
||||||
]
|
]
|
||||||
regex = new RegExp(/https?:\/\/\S*m3u8(?=")/gm)
|
regex = new RegExp(/https?:\/\/\S*m3u8(?=")/gm)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user