diff --git a/src/manifest.json b/src/manifest.json index f7f1775..3eaadf1 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -26,6 +26,7 @@ "*://*.vivo.sx/*", "*://*.voe.sx/*", "*://*.voeunblk.com/*", + "*://*.voeun-block.net/*", "*://*.vupload.com/*" ], "js": [ diff --git a/src/match/match.ts b/src/match/match.ts index 724c155..081479b 100644 --- a/src/match/match.ts +++ b/src/match/match.ts @@ -193,7 +193,8 @@ class Voe implements Match { reliability = Reliability.HIGH domains = [ 'voe.sx', - 'voeunblk.com' + 'voeunblk.com', + 'voeun-block.net' ] regex = new RegExp(/https?:\/\/\S*m3u8(?=")/gm)