add and enable debrid

This commit is contained in:
Pas 2025-11-19 17:41:57 -07:00
parent da560af039
commit 49489ca9a5

View file

@ -195,8 +195,8 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
export const debridScraper = makeSourcerer({
id: 'debrid',
name: 'Debrid',
rank: 999,
disabled: false,
rank: 450,
disabled: !getDebridToken(),
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,