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
06beaa6ebe
commit
b9514284da
@ -240,10 +240,10 @@ export const Voe: Match = {
|
|||||||
name: 'Voe',
|
name: 'Voe',
|
||||||
id: 'voe',
|
id: 'voe',
|
||||||
domains: ['voe.sx'],
|
domains: ['voe.sx'],
|
||||||
regex: /https?:\/\/\S*m3u8.+(?=['"])/gm,
|
regex: /(?<='hls':\s*')\S*(?=')/gm,
|
||||||
|
|
||||||
match: async (match: RegExpMatchArray) => {
|
match: async (match: RegExpMatchArray) => {
|
||||||
return match[0];
|
return atob(match[0]);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user