more prettier crap

This commit is contained in:
MemeCornucopia
2024-01-19 15:27:37 -05:00
parent e11885a1df
commit 9291bd6828

View File

@@ -12,12 +12,11 @@ async function universalScraper(ctx: ShowScrapeContext | MovieScrapeContext): Pr
const embeds = await scrapeIds(ctx, ctx.media, goojaraData);
if (embeds?.length === 0) throw new NotFoundError('No embeds found');
ctx.progress(60);
return {
embeds
}
embeds,
};
}
export const goojaraScraper = makeSourcerer({