mirror of
https://github.com/p-stream/providers.git
synced 2026-05-07 04:49:58 +00:00
disable nflix
This commit is contained in:
parent
61e4036c97
commit
18735e47b3
1 changed files with 2 additions and 1 deletions
|
|
@ -140,7 +140,8 @@ export const nunflixScraper = makeSourcerer({
|
|||
id: 'nunflix',
|
||||
name: 'NFlix',
|
||||
rank: 155,
|
||||
disabled: !getUserToken(),
|
||||
// disabled: !getUserToken(),
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue