From 290733a85a36c4c84fce85579063879d94733409 Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 6 May 2025 22:20:04 +0200 Subject: [PATCH] Add supervideo domain --- src/lib/match.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/match.ts b/src/lib/match.ts index d65517e..da02ecc 100644 --- a/src/lib/match.ts +++ b/src/lib/match.ts @@ -272,7 +272,7 @@ export const Streamzz: Match = { export const SuperVideo: Match = { name: 'Supervideo', id: 'supervideo', - domains: ['supervideo.tv'], + domains: ['supervideo.cc', 'supervideo.tv'], regex: [/eval\(function\(p,a,c,k,e,d\).*?(?=<\/script>)/gms], match: async function (match: RegExpMatchArray) {