mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 09:33:25 +00:00
Merge branch 'movie-web:dev' into primewire
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user