This is a commandline tool to download programs and series from NRK (Norwegian public broadcaster). It supports both TV, Radio and Podcast content. The tool is written in Python, and is compatible with Python 2.7 and 3.x. It has been tested under Linux, Mac OS X and Windows.
The documentation for nrkdownload is availabe here: https://nrkdownload.readthedocs.org
- Make sure all tests are ok:
tox
- Push changes to GitHub
- Use the "new release" functionallity of GitHub. Make a new tag.
python setup.py sdist bdist_wheel
twine upload dist/*