mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 13:16:21 +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 scriptContent = await scriptResponse.text();
|
||||
|
||||
const supervideRegex = /\\'(https:\/\/supervideo\.tv\/[^']+)\\'/;
|
||||
const supervideRegex = /\\'(https:\/\/supervideo\.[^\/']+\/[^']+)\\'/;
|
||||
const supervideMatch = scriptContent.match(supervideRegex);
|
||||
|
||||
if (supervideMatch) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue