Add new voe domain (voeun-block.net)

This commit is contained in:
bytedream 2022-06-26 14:08:56 +02:00
parent de0d8d5a41
commit 213b996755
2 changed files with 3 additions and 1 deletions

View File

@ -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": [

View File

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