Reapply "promote fedapi"

This reverts commit 98b33cadbb.
This commit is contained in:
Pas 2025-02-06 19:17:28 -07:00
parent 98b33cadbb
commit 4f0733f506

View file

@ -101,7 +101,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const FedAPIScraper = makeSourcerer({
id: 'fedapi',
name: 'FED API',
rank: 129,
rank: 230,
disabled: false,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,