update ranks and names

This commit is contained in:
Pas 2025-05-21 21:06:58 -06:00
parent 8d3f5518f3
commit a39831f2cf
2 changed files with 3 additions and 3 deletions

View file

@ -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],

View file

@ -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,