From fcfbc41fdba5ed991e4c4164335b4daafc57b9d5 Mon Sep 17 00:00:00 2001 From: bytedream Date: Wed, 24 Apr 2024 00:46:32 +0200 Subject: [PATCH] Fix voe.sx --- 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 8853294..b4289c4 100644 --- a/src/lib/match.ts +++ b/src/lib/match.ts @@ -242,7 +242,7 @@ export const Voe: Match = { id: 'voe', reliability: Reliability.HIGH, domains: ['voe.sx'], - regex: /https?:\/\/\S*m3u8.+(?=')/gm, + regex: /https?:\/\/\S*m3u8.+(?=['"])/gm, match: async (match: RegExpMatchArray) => { return match[0];