Skip to content

cas--/plugin.video.redbull.tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Kodi Addon for Red Bull TV

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

The categories and stream listings in Kodi will look a bit odd as the addon is parsing XML web pages that are designed to be displayed as-is on Apple TV units with custom CSS styling.

This addon is based upon the work by nedge2k.

Unit Tests

To run the unit tests (which includes integration tests that will connect to the Red Bull Server for content), navigate to the repository root and run the following:

# bash/zsh
(cd plugin.video.redbulltv && python -B -m unittest discover)

# fish
pushd plugin.video.redbulltv; python -B -m unittest discover; popd

Pylint

To run pylint to check code style, navigate to the repository root and run the following:

find plugin.video.redbulltv -iname "*.py" | xargs pylint --output-format=colorized --disable=line-too-long,wrong-import-position

About

Kodi add-on to watch Red Bull TV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.0%
  • Makefile 4.0%