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