From 213b9967556f1b757889da3a9c052bf2f6ca889a Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 26 Jun 2022 14:08:56 +0200 Subject: [PATCH] Add new voe domain (voeun-block.net) --- src/manifest.json | 1 + src/match/match.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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)