update ranks

This commit is contained in:
Pas 2025-05-21 20:33:54 -06:00
parent 69f3a1c01e
commit 2cc42076af
9 changed files with 9 additions and 12 deletions

View file

@ -48,7 +48,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const autoembedScraper = makeSourcerer({
id: 'autoembed',
name: 'Autoembed',
rank: 120,
rank: 110,
disabled: false,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,

View file

@ -69,9 +69,6 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
});
}
// eslint-disable-next-line no-console
console.log(embeds);
ctx.progress(50);
return { embeds };
@ -80,7 +77,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const cinemaosScraper = makeSourcerer({
id: 'cinemaos',
name: 'CinemaOS',
rank: 230,
rank: 150,
disabled: false,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,

View file

@ -66,7 +66,7 @@ async function consumetScraper(ctx: ShowScrapeContext): Promise<SourcererOutput>
export const ConsumetScraper = makeSourcerer({
id: 'consumet',
name: 'Consumet (Anime) 🔥',
rank: 4,
rank: 5,
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeShow: consumetScraper,

View file

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

View file

@ -174,7 +174,7 @@ const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Pr
export const hdRezkaScraper = makeSourcerer({
id: 'hdrezka',
name: 'HDRezka',
rank: 110,
rank: 100,
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED],
scrapeShow: universalScraper,
scrapeMovie: universalScraper,

View file

@ -70,7 +70,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const mp4hydraScraper = makeSourcerer({
id: 'mp4hydra',
name: 'Mp4Hydra',
rank: 3,
rank: 4,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,

View file

@ -134,7 +134,7 @@ const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext): Pr
export const soaperTvScraper = makeSourcerer({
id: 'soapertv',
name: 'SoaperTV',
rank: 140,
rank: 130,
disabled: false,
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED],
scrapeMovie: universalScraper,

View file

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

View file

@ -94,7 +94,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const wecimaScraper = makeSourcerer({
id: 'wecima',
name: 'Wecima (Arabic)',
rank: 100,
rank: 3,
disabled: true,
flags: [],
scrapeMovie: comboScraper,