Kodi plugin for watching video content from Yle Areena. The plugin supports video-on-demand and live TV streams (but not audio streams).
The plugin supports Kodi 21 and later versions.
The plugin is not officially supported by Yle. Some content is available only in Finland.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements-dev.txt
pre-commit run --all-files
# To automatically run checks on each commit:
pre-commit install
python3 -m pytest tests
Live TV streams (TV1, TV2, Teema) stall after a few minutes. There is no known fix at the moment.
GPL v3