mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:33:26 +00:00
@@ -19,7 +19,7 @@ export const fileMoonScraper = makeEmbed({
|
|||||||
referer: ctx.url,
|
referer: ctx.url,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
const evalCode = evalCodeRegex.exec(embedRes);
|
const evalCode = embedRes.match(evalCodeRegex);
|
||||||
if (!evalCode) throw new Error('Failed to find eval code');
|
if (!evalCode) throw new Error('Failed to find eval code');
|
||||||
const unpacked = unpack(evalCode[1]);
|
const unpacked = unpack(evalCode[1]);
|
||||||
const file = fileRegex.exec(unpacked);
|
const file = fileRegex.exec(unpacked);
|
||||||
|
Reference in New Issue
Block a user