mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-09 20:25:14 +02:00
Fix voe.sx
This commit is contained in:
parent
1251f079f5
commit
fcfbc41fdb
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user