Add new voe domain (un-block-voe.net)

This commit is contained in:
bytedream 2022-07-04 12:27:14 +02:00
parent 213b996755
commit 1e166b5ecc
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@
"*://*.voe.sx/*",
"*://*.voeunblk.com/*",
"*://*.voeun-block.net/*",
"*://*.un-block-voe.net/*",
"*://*.vupload.com/*"
],
"js": [

View File

@ -194,7 +194,8 @@ class Voe implements Match {
domains = [
'voe.sx',
'voeunblk.com',
'voeun-block.net'
'voeun-block.net',
'un-block-voe.net'
]
regex = new RegExp(/https?:\/\/\S*m3u8(?=")/gm)