mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-14 11:22:18 +00:00
update ranks
This commit is contained in:
parent
32b5cb7d7e
commit
cbb83a4b39
3 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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.');
|
||||
|
|
|
|||
Loading…
Reference in a new issue