mirror of
https://github.com/p-stream/providers.git
synced 2026-04-21 14:22:17 +00:00
update ranks
This commit is contained in:
parent
69f3a1c01e
commit
2cc42076af
9 changed files with 9 additions and 12 deletions
|
|
@ -48,7 +48,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
||||||
export const autoembedScraper = makeSourcerer({
|
export const autoembedScraper = makeSourcerer({
|
||||||
id: 'autoembed',
|
id: 'autoembed',
|
||||||
name: 'Autoembed',
|
name: 'Autoembed',
|
||||||
rank: 120,
|
rank: 110,
|
||||||
disabled: false,
|
disabled: false,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
|
|
|
||||||
|
|
@ -69,9 +69,6 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line no-console
|
|
||||||
console.log(embeds);
|
|
||||||
|
|
||||||
ctx.progress(50);
|
ctx.progress(50);
|
||||||
|
|
||||||
return { embeds };
|
return { embeds };
|
||||||
|
|
@ -80,7 +77,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
||||||
export const cinemaosScraper = makeSourcerer({
|
export const cinemaosScraper = makeSourcerer({
|
||||||
id: 'cinemaos',
|
id: 'cinemaos',
|
||||||
name: 'CinemaOS',
|
name: 'CinemaOS',
|
||||||
rank: 230,
|
rank: 150,
|
||||||
disabled: false,
|
disabled: false,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ async function consumetScraper(ctx: ShowScrapeContext): Promise<SourcererOutput>
|
||||||
export const ConsumetScraper = makeSourcerer({
|
export const ConsumetScraper = makeSourcerer({
|
||||||
id: 'consumet',
|
id: 'consumet',
|
||||||
name: 'Consumet (Anime) 🔥',
|
name: 'Consumet (Anime) 🔥',
|
||||||
rank: 4,
|
rank: 5,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
scrapeShow: consumetScraper,
|
scrapeShow: consumetScraper,
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ async function comboScraper(ctx: MovieScrapeContext): Promise<SourcererOutput> {
|
||||||
export const ee3Scraper = makeSourcerer({
|
export const ee3Scraper = makeSourcerer({
|
||||||
id: 'ee3',
|
id: 'ee3',
|
||||||
name: 'EE3',
|
name: 'EE3',
|
||||||
rank: 130,
|
rank: 120,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
|
|
|
||||||
|
|
@ -174,7 +174,7 @@ const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Pr
|
||||||
export const hdRezkaScraper = makeSourcerer({
|
export const hdRezkaScraper = makeSourcerer({
|
||||||
id: 'hdrezka',
|
id: 'hdrezka',
|
||||||
name: 'HDRezka',
|
name: 'HDRezka',
|
||||||
rank: 110,
|
rank: 100,
|
||||||
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED],
|
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED],
|
||||||
scrapeShow: universalScraper,
|
scrapeShow: universalScraper,
|
||||||
scrapeMovie: universalScraper,
|
scrapeMovie: universalScraper,
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
||||||
export const mp4hydraScraper = makeSourcerer({
|
export const mp4hydraScraper = makeSourcerer({
|
||||||
id: 'mp4hydra',
|
id: 'mp4hydra',
|
||||||
name: 'Mp4Hydra',
|
name: 'Mp4Hydra',
|
||||||
rank: 3,
|
rank: 4,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
scrapeShow: comboScraper,
|
scrapeShow: comboScraper,
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext): Pr
|
||||||
export const soaperTvScraper = makeSourcerer({
|
export const soaperTvScraper = makeSourcerer({
|
||||||
id: 'soapertv',
|
id: 'soapertv',
|
||||||
name: 'SoaperTV',
|
name: 'SoaperTV',
|
||||||
rank: 140,
|
rank: 130,
|
||||||
disabled: false,
|
disabled: false,
|
||||||
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED],
|
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED],
|
||||||
scrapeMovie: universalScraper,
|
scrapeMovie: universalScraper,
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
||||||
export const vidsrcsuScraper = makeSourcerer({
|
export const vidsrcsuScraper = makeSourcerer({
|
||||||
id: 'vidsrcsu',
|
id: 'vidsrcsu',
|
||||||
name: 'vidsrc.su',
|
name: 'vidsrc.su',
|
||||||
rank: 150,
|
rank: 140,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
||||||
export const wecimaScraper = makeSourcerer({
|
export const wecimaScraper = makeSourcerer({
|
||||||
id: 'wecima',
|
id: 'wecima',
|
||||||
name: 'Wecima (Arabic)',
|
name: 'Wecima (Arabic)',
|
||||||
rank: 100,
|
rank: 3,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
flags: [],
|
flags: [],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue