From f1525817b18e2695305c58631add270051b8cc4d Mon Sep 17 00:00:00 2001 From: muleyo Date: Mon, 10 Mar 2025 01:42:23 +0100 Subject: [PATCH] Added Voe.sx Domain A domain for Voe.sx was missing --- src/lib/match.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/match.ts b/src/lib/match.ts index a207bec..513ffee 100644 --- a/src/lib/match.ts +++ b/src/lib/match.ts @@ -247,7 +247,7 @@ export const Vidoza: Match = { export const Voe: Match = { name: 'Voe', id: 'voe', - domains: ['voe.sx'], + domains: ['voe.sx', 'maxfinishseveral.com'], regex: [/(?<='hls':\s*')\S*(?=')/gm], match: async (match: RegExpMatchArray) => {