demote webtor

This commit is contained in:
Pas 2025-02-20 18:22:49 -07:00
parent 1a1ff1bdc1
commit 0833880c14
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const mp4hydraScraper = makeSourcerer({
id: 'mp4hydra',
name: 'Mp4Hydra',
rank: 2,
rank: 3,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,

View file

@ -62,7 +62,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const webtorScraper = makeSourcerer({
id: 'webtor',
name: 'Webtor',
rank: 5,
rank: 2,
disabled: false,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,