update ranks

This commit is contained in:
Pas 2025-05-04 12:01:10 -06:00
parent 4ddcf500f0
commit f7cba59ae9
5 changed files with 5 additions and 5 deletions

View file

@ -225,7 +225,7 @@ function processApiResponse(response: any, ctx: any): EmbedOutput {
/* MOVIE & TV PROVIDERS */
const movieTvProviders = [
{ id: 'autoembed', name: 'Autoembed', rank: 165 },
{ id: 'vidsrcsu', name: 'vidsrc.su', rank: 164 },
{ id: 'vidsrcsu', name: 'vidsrc.su', rank: 164, disabled: true },
{ id: 'primebox', name: 'Primebox', rank: 162, disabled: true },
{ id: 'foxstream', name: 'Foxstream', rank: 161, disabled: true },
{ id: 'flixhq', name: 'FlixHQ', rank: 166 },

View file

@ -58,7 +58,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const oneServerScraper = makeSourcerer({
id: '1server',
name: '1Server 🤝',
rank: 180,
rank: 119,
disabled: false,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,

View file

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

View file

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

View file

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