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