mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
update all ranks
This commit is contained in:
parent
1be1a73505
commit
37d7f4f31e
9 changed files with 11 additions and 11 deletions
|
|
@ -113,7 +113,7 @@ async function comboScraper(ctx: MovieScrapeContext): Promise<SourcererOutput> {
|
|||
export const ee3Scraper = makeSourcerer({
|
||||
id: 'ee3',
|
||||
name: 'EE3',
|
||||
rank: 176,
|
||||
rank: 188,
|
||||
disabled: false,
|
||||
flags: [],
|
||||
scrapeMovie: comboScraper,
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const fsharetvScraper = makeSourcerer({
|
||||
id: 'fsharetv',
|
||||
name: 'FshareTV',
|
||||
rank: 200,
|
||||
rank: 201,
|
||||
flags: [],
|
||||
scrapeMovie: comboScraper,
|
||||
});
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const fsOnlineScraper = makeSourcerer({
|
||||
id: 'fsonline',
|
||||
name: 'FSOnline',
|
||||
rank: 167,
|
||||
rank: 140,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
@ -132,14 +132,14 @@ export const fsOnlineEmbeds = [
|
|||
makeEmbed({
|
||||
id: 'fsonline-doodstream',
|
||||
name: 'Doodstream',
|
||||
rank: 172,
|
||||
rank: 140,
|
||||
scrape: scrapeDoodstreamEmbed,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
}),
|
||||
// makeEmbed({
|
||||
// id: 'fsonline-filemoon',
|
||||
// name: 'Filemoon',
|
||||
// rank: 2002,
|
||||
// rank: 140,
|
||||
// scrape: scrapeFilemoonEmbed,
|
||||
// flags: [flags.CORS_ALLOWED],
|
||||
// }),
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Pr
|
|||
export const hdRezkaScraper = makeSourcerer({
|
||||
id: 'hdrezka',
|
||||
name: 'HDRezka',
|
||||
rank: 100,
|
||||
rank: 105,
|
||||
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED],
|
||||
scrapeShow: universalScraper,
|
||||
scrapeMovie: universalScraper,
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ export const lookmovieScraper = makeSourcerer({
|
|||
id: 'lookmovie',
|
||||
name: 'LookMovie',
|
||||
disabled: false,
|
||||
rank: 140,
|
||||
rank: 170,
|
||||
flags: [flags.IP_LOCKED],
|
||||
scrapeShow: universalScraper,
|
||||
scrapeMovie: universalScraper,
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const primesrcScraper = makeSourcerer({
|
||||
id: 'primesrc',
|
||||
name: 'PrimeSrc',
|
||||
rank: 105,
|
||||
rank: 168,
|
||||
flags: [],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const rgshowsScraper = makeSourcerer({
|
||||
id: 'rgshows',
|
||||
name: 'RGShows',
|
||||
rank: 173,
|
||||
rank: 176,
|
||||
flags: [],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ async function scrape(ctx: MovieScrapeContext | ShowScrapeContext, type: 'movie'
|
|||
const vidnestScraper = makeSourcerer({
|
||||
id: 'vidnest',
|
||||
name: 'Vidnest',
|
||||
rank: 130,
|
||||
rank: 196,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: (ctx: MovieScrapeContext) => scrape(ctx, 'movie'),
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const zunimeScraper = makeSourcerer({
|
||||
id: 'zunime',
|
||||
name: 'Zunime',
|
||||
rank: 125,
|
||||
rank: 114,
|
||||
flags: [],
|
||||
scrapeShow: comboScraper,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue