Update topstreamfilm/topstreamfilm.js
This commit is contained in:
@@ -102,7 +102,7 @@ async function extractEpisodes(url) {
|
|||||||
const scriptResponse = await fetchv2(scriptUrl);
|
const scriptResponse = await fetchv2(scriptUrl);
|
||||||
const scriptContent = await scriptResponse.text();
|
const scriptContent = await scriptResponse.text();
|
||||||
|
|
||||||
const supervideRegex = /\\'(https:\/\/supervideo\.tv\/[^']+)\\'/;
|
const supervideRegex = /\\'(https:\/\/supervideo\.[^\/']+\/[^']+)\\'/;
|
||||||
const supervideMatch = scriptContent.match(supervideRegex);
|
const supervideMatch = scriptContent.match(supervideRegex);
|
||||||
|
|
||||||
if (supervideMatch) {
|
if (supervideMatch) {
|
||||||
|
|||||||
Reference in New Issue
Block a user