mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
Merge branch 'movie-web:dev' into primewire
This commit is contained in:
commit
fa30ed299b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export const fileMoonScraper = makeEmbed({
|
|||
referer: ctx.url,
|
||||
},
|
||||
});
|
||||
const evalCode = evalCodeRegex.exec(embedRes);
|
||||
const evalCode = embedRes.match(evalCodeRegex);
|
||||
if (!evalCode) throw new Error('Failed to find eval code');
|
||||
const unpacked = unpack(evalCode[1]);
|
||||
const file = fileRegex.exec(unpacked);
|
||||
|
|
|
|||
Loading…
Reference in a new issue