Added Voe.sx Domain

A domain for Voe.sx was missing
This commit is contained in:
muleyo 2025-03-10 01:42:23 +01:00 committed by GitHub
parent 1e1d8cdfa6
commit f1525817b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) => {