- Adding a new method to download the entire catalog into a file.
- Issue #6: Add support for downloading full catalog in lib as well as in command line
- Issue #8: Incorporate netflix api change to api-public.netflix.com
- Issue #9: Update codebase to work with requests v1.1.0
get_userapi signature has changed (require one more parameteruser_id)- Addition of
user_idin~/.pyflix.cfg get_access_tokenreturns additionaluser_id
- Fixed access token retrival code in __main__.py
- Fixed typo in sample config file
- Issue #5: Fixed circular dependency in setup.py
- Initial version