update ranks

This commit is contained in:
Pas 2025-01-28 22:43:28 -07:00
parent 32b5cb7d7e
commit cbb83a4b39
3 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const catflixScraper = makeSourcerer({
id: 'catflix',
name: 'Catflix',
rank: 165,
rank: 140,
disabled: false,
flags: [],
scrapeMovie: comboScraper,

View file

@ -95,7 +95,7 @@ async function comboScraper(ctx: MovieScrapeContext): Promise<SourcererOutput> {
export const ee3Scraper = makeSourcerer({
id: 'ee3',
name: 'EE3',
rank: 150,
rank: 131,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
});

View file

@ -47,7 +47,7 @@ async function getEmbeds(id: string, servers: string, ctx: ScrapeContext): Promi
export const warezcdnScraper = makeSourcerer({
id: 'warezcdn',
name: 'WarezCDN',
rank: 140,
rank: 120,
flags: [],
scrapeMovie: async (ctx) => {
if (!ctx.media.imdbId) throw new NotFoundError('This source requires IMDB id.');