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',
name: 'NFlix',
rank: 155,
disabled: !getUserToken(),
// disabled: !getUserToken(),
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,