mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 02:20:32 +02:00
Added Voe.sx Domain
A domain for Voe.sx was missing
This commit is contained in:
@ -247,7 +247,7 @@ export const Vidoza: Match = {
|
|||||||
export const Voe: Match = {
|
export const Voe: Match = {
|
||||||
name: 'Voe',
|
name: 'Voe',
|
||||||
id: 'voe',
|
id: 'voe',
|
||||||
domains: ['voe.sx'],
|
domains: ['voe.sx', 'maxfinishseveral.com'],
|
||||||
regex: [/(?<='hls':\s*')\S*(?=')/gm],
|
regex: [/(?<='hls':\s*')\S*(?=')/gm],
|
||||||
|
|
||||||
match: async (match: RegExpMatchArray) => {
|
match: async (match: RegExpMatchArray) => {
|
||||||
|
Reference in New Issue
Block a user