mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
update ranks
This commit is contained in:
parent
0d5e0ed244
commit
f2abd83a5d
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const uiraliveScraper = makeSourcerer({
|
||||
id: 'uiralive',
|
||||
name: 'uira.live 🤝',
|
||||
rank: 240,
|
||||
rank: 250,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const xprimeScraper = makeSourcerer({
|
||||
id: 'xprimetv',
|
||||
name: 'xprime.tv 🤝',
|
||||
rank: 250,
|
||||
rank: 240,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue