mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-15 03:34:13 +00:00
make fedapi require custom token
This commit is contained in:
parent
f9b257bcf4
commit
91e3e11fa5
1 changed files with 3 additions and 2 deletions
|
|
@ -154,8 +154,9 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const FedAPIScraper = makeSourcerer({
|
||||
id: 'fedapi',
|
||||
name: 'FED API (4K)',
|
||||
rank: getUserToken() ? 240 : 140,
|
||||
disabled: false,
|
||||
rank: 240,
|
||||
// rank: getUserToken() ? 240 : 140,
|
||||
disabled: !getUserToken(),
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue