一个puppeteer脚本用于发现和下载所有Netflix类别在一个JSON文件中

一个puppeteer脚本用于发现和下载所有Netflix类别在一个JSON文件中

Node.js HTTP工具

访问GitHub主页

共15Star

详细介绍

Puppeteer Netflix Categories

A puppeteer script to discover and download all Netflix categories in a JSON file.

Install

$ git clone https://github.com/RobertJGabriel/puppeteer-get-netflix-categories

Usage

  • Download or clone this repo.

  • Enter your Netflix email and password in the config file.

  • You can also choose to enable headless mode in Chrome.

  • You can also set the error limit, if there is no category, how many more will it try.

  • This will create file called results.json

$ node index.js

results.json example

{
    "title": "African-American Crime Documentaries",
    "id": 1
}

License

MIT © Robert James Gabriel