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 3.8 or newer. It has been tested under Linux, Mac OS X and Windows.
The documentation for nrkdownload is availabe here: https://nrkdownload.readthedocs.org
Install poetry, and a recent Python version (>=3.7). If you want to run tests with multiple Python versions, install pyenv. Set up the development environment:
poetry install
- Make sure all tests are ok by running
tox
- Make a pull requst on GitHub
- Use the "new release" functionallity of GitHub. Make a new tag.
- Update
pyproject.toml
to match the new version number. poetry build
poetry publish