mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-12 20:50:20 +00:00
more prettier crap
This commit is contained in:
parent
e11885a1df
commit
9291bd6828
1 changed files with 2 additions and 3 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue