From 9d9e6751a7482731b0a2fec98534a0287a0d4690 Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Sun, 2 Nov 2025 15:20:00 +0000 Subject: [PATCH] Update topstreamfilm/topstreamfilm.js --- topstreamfilm/topstreamfilm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topstreamfilm/topstreamfilm.js b/topstreamfilm/topstreamfilm.js index e057ca87..ed8cc3da 100644 --- a/topstreamfilm/topstreamfilm.js +++ b/topstreamfilm/topstreamfilm.js @@ -102,7 +102,7 @@ async function extractEpisodes(url) { const scriptResponse = await fetchv2(scriptUrl); const scriptContent = await scriptResponse.text(); - const supervideRegex = /\\'(https:\/\/supervideo\.tv\/[^']+)\\'/; + const supervideRegex = /\\'(https:\/\/supervideo\.[^\/']+\/[^']+)\\'/; const supervideMatch = scriptContent.match(supervideRegex); if (supervideMatch) {