update ranks

This commit is contained in:
Pas 2025-02-09 12:22:52 -07:00
parent 9fde639abe
commit ba7f748623
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -42,7 +42,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const vidsrcsuScraper = makeSourcerer({
id: 'vidsrcsu',
name: 'vidsrc.su',
rank: 140,
rank: 150,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,