update ranks

This commit is contained in:
Pas 2025-02-02 20:01:55 -07:00
parent ad3a9198dc
commit d9cff5023e
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const fsharetvScraper = makeSourcerer({
id: 'fsharetv',
name: 'FshareTV',
rank: 220,
rank: 170,
flags: [],
scrapeMovie: comboScraper,
});

View file

@ -77,7 +77,7 @@ const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext) =>
export const ridooMoviesScraper = makeSourcerer({
id: 'ridomovies',
name: 'RidoMovies',
rank: 170,
rank: 220,
flags: [],
scrapeMovie: universalScraper,
// scrapeShow: universalScraper,