forked from 50n50/sources
Update topstreamfilm/topstreamfilm.js
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user