mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-22 05:36:32 +01:00
Update topstreamfilm/topstreamfilm.js
This commit is contained in:
parent
8c148a31d6
commit
9d9e6751a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue