diff --git a/src/match/matches.ts b/src/match/matches.ts index 9afcc74..db0ed04 100644 --- a/src/match/matches.ts +++ b/src/match/matches.ts @@ -184,7 +184,7 @@ class Voe implements Match { domains = [ 'voe.sx' ] - regex = new RegExp(/https?:\/\/\S*m3u8(?=")/gm) + regex = new RegExp(/https?:\/\/\S*m3u8.+(?=')/gm) async match(match: RegExpMatchArray): Promise { return match[0]