Fix voe.sx

This commit is contained in:
bytedream 2024-04-24 00:46:32 +02:00
parent 1251f079f5
commit fcfbc41fdb

View File

@ -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];