demote fedapi

This commit is contained in:
Pas 2025-02-07 18:01:09 -07:00
parent 22825ec8fe
commit b7dd5c9723

View file

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