disable nflix

This commit is contained in:
Pas 2025-04-05 12:29:31 -06:00
parent 61e4036c97
commit 18735e47b3

View file

@ -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,