The repository contains a pre-fetched list of available genres
The script fetch_data.sh
fetches a list of Netflix genres using Netflix's
Falcor API.
To use the script, open up netflix.com in browser, log in, and grab your cookie
and "authURL" from some request with "pathEvaluator". Such as the following URL:
https://www.netflix.com/api/shakti/de471087/pathEvaluator
Substitute these values in the bash script and run it.
Usage:
- Edit
fetch_data.sh
and substitute in values forCOOKIE
andAUTH_URL
. - Run
fetch_data.sh
- Verify that all JSON files under data/ are actually JSON. Delete the offending files and re-run the script otherwise.
- Run
postprocess.py
to generate a clean listing of the data and errors.