Revert "promote fedapi"

This reverts commit 9c4c4e3edb.
This commit is contained in:
Pas 2025-02-06 19:14:13 -07:00
parent 538cf379e6
commit 98b33cadbb

View file

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