mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-09 08:27:33 +00:00
update ranks
This commit is contained in:
parent
4ddcf500f0
commit
f7cba59ae9
5 changed files with 5 additions and 5 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue