Merge pull request #24 from muleyo/main

Added Voe.sx Domain
This commit is contained in:
bytedream
2025-03-13 16:08:39 +01:00
committed by GitHub

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