mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
update ranks
This commit is contained in:
parent
a4fb06ef93
commit
f553a641bc
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: 250,
|
||||
rank: 240,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const xprimeScraper = makeSourcerer({
|
||||
id: 'xprimetv',
|
||||
name: 'xprime.tv',
|
||||
rank: 240,
|
||||
rank: 250,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue