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({ export const debridScraper = makeSourcerer({
id: 'debrid', id: 'debrid',
name: 'Debrid', name: 'Debrid',
rank: 999, rank: 450,
disabled: false, disabled: !getDebridToken(),
flags: [flags.CORS_ALLOWED], flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper, scrapeMovie: comboScraper,
scrapeShow: comboScraper, scrapeShow: comboScraper,