/nrk-pod-feeds

Open NRK Podcast Feeds

Primary LanguagePython

Open NRK Podcast Feeds

update-podcast-feeds badge discover-podcast-feeds badge python version badge

Publishes RSS feeds with the last 10 episodes of every configured podcast, without delay. For personal use.

Feeds

Go to this page for a list of available feeds.

Contribute

Feel free to open a pull request or create an issue.

Development

Instructions

Getting started

Set up venv and install dependencies (Linux & MacOS)

python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pip install pytest

Run tests

pytest -v --disable-warnings --log-cli-level=DEBUG

Build or update podcast feeds

python3 generate_feeds.py