mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
add and enable debrid
This commit is contained in:
parent
da560af039
commit
49489ca9a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue