From 1e166b5ecc2e0ee930ad82faaacb24263b7101d4 Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 4 Jul 2022 12:27:14 +0200 Subject: [PATCH] Add new voe domain (un-block-voe.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 3eaadf1..9d2beed 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -27,6 +27,7 @@ "*://*.voe.sx/*", "*://*.voeunblk.com/*", "*://*.voeun-block.net/*", + "*://*.un-block-voe.net/*", "*://*.vupload.com/*" ], "js": [ diff --git a/src/match/match.ts b/src/match/match.ts index 081479b..896fd42 100644 --- a/src/match/match.ts +++ b/src/match/match.ts @@ -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)