mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-12 23:32:06 +01:00
Fix voe.sx
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user