update vidify rank

This commit is contained in:
Pas 2025-08-08 09:43:18 -06:00
parent 9fed6ca107
commit 2bec030d20

View file

@ -64,7 +64,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const vidifyScraper = makeSourcerer({
id: 'vidify',
name: 'Vidify',
rank: 184,
rank: 124,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,