mirror of
https://github.com/p-stream/providers.git
synced 2026-05-18 11:32:05 +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',
|
id: 'nunflix',
|
||||||
name: 'NFlix',
|
name: 'NFlix',
|
||||||
rank: 155,
|
rank: 155,
|
||||||
disabled: !getUserToken(),
|
// disabled: !getUserToken(),
|
||||||
|
disabled: true,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
scrapeShow: comboScraper,
|
scrapeShow: comboScraper,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue