Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 787 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 787 Bytes

nrkdownload

Supports python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7

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.

Documentation

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

Making a new release

  • 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/*