marhoy / nrk-download

Download content from NRK, complete with images and subtitles:
https://nrkdownload.readthedocs.org
GNU General Public License v3.0
54 stars 10 forks source link
episodes nrk series subtitles video-downloader

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