dagwieers / plugin.video.redbull.tv

Kodi add-on to watch Red Bull TV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Kodi Addon for Red Bull TV

Streaming video addon for Kodi that uses the Red Bull TV API.

This addon is based upon the work by nedge2k and andy-g

Contributing

Would you like to contribute and improve this add-on? Please do! Please run the unit tests and pylinting checks before you submit your pull request.

Unit Tests

To run the unit tests, run the folling from the root of this project:

# bash/zsh
`python -B -m unittest discover`

Pylint

To run pylint to check code style, run the folling from the root of this project:

# bash/zsh
find . -iname "*.py" | xargs pylint --output-format=colorized --disable=line-too-long,wrong-import-position

About

Kodi add-on to watch Red Bull TV

License:GNU General Public License v3.0


Languages

Language:Python 100.0%