Skip to content

marhoy/nrk-download

Repository files navigation

nrkdownload

"Latest version"

"Supported Python versions"

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.

Documentation

The documentation for nrkdownload is availabe here: https://nrkdownload.readthedocs.org

Setting up a development environment

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

Making a new release

  • 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