mirror of
https://github.com/p-stream/providers.git
synced 2026-05-20 11:12:16 +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({
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue