Add supervideo domain

This commit is contained in:
bytedream 2025-05-06 22:20:04 +02:00
parent 84eb32ab61
commit 290733a85a

View File

@ -272,7 +272,7 @@ export const Streamzz: Match = {
export const SuperVideo: Match = { export const SuperVideo: Match = {
name: 'Supervideo', name: 'Supervideo',
id: 'supervideo', id: 'supervideo',
domains: ['supervideo.tv'], domains: ['supervideo.cc', 'supervideo.tv'],
regex: [/eval\(function\(p,a,c,k,e,d\).*?(?=<\/script>)/gms], regex: [/eval\(function\(p,a,c,k,e,d\).*?(?=<\/script>)/gms],
match: async function (match: RegExpMatchArray) { match: async function (match: RegExpMatchArray) {