Update topstreamfilm/topstreamfilm.js

This commit is contained in:
aka paul 2025-11-02 15:20:00 +00:00
parent 8c148a31d6
commit 9d9e6751a7

View file

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