mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-11 13:15:13 +02:00
Fix voe.sx
This commit is contained in:
parent
1251f079f5
commit
fcfbc41fdb
@ -242,7 +242,7 @@ export const Voe: Match = {
|
|||||||
id: 'voe',
|
id: 'voe',
|
||||||
reliability: Reliability.HIGH,
|
reliability: Reliability.HIGH,
|
||||||
domains: ['voe.sx'],
|
domains: ['voe.sx'],
|
||||||
regex: /https?:\/\/\S*m3u8.+(?=')/gm,
|
regex: /https?:\/\/\S*m3u8.+(?=['"])/gm,
|
||||||
|
|
||||||
match: async (match: RegExpMatchArray) => {
|
match: async (match: RegExpMatchArray) => {
|
||||||
return match[0];
|
return match[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user