mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
update ranks and names
This commit is contained in:
parent
8d3f5518f3
commit
a39831f2cf
2 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
|
||||
export const hollymoviehdScraper = makeSourcerer({
|
||||
id: 'hollymoviehd',
|
||||
name: 'HollyMovieHD',
|
||||
name: 'BludClart: HollyMovieHD 🤝',
|
||||
rank: 180,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
|
|
|
|||
|
|
@ -61,8 +61,8 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
|
||||
export const oneroomScraper = makeSourcerer({
|
||||
id: 'oneroom',
|
||||
name: 'OneRoom',
|
||||
rank: 270,
|
||||
name: 'BludClart: OneRoom 🤝',
|
||||
rank: 179,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue