Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bboymega/rbtv-dl

Red Bull TV Downloader in Python
https://github.com/bboymega/rbtv-dl

downloader rbtv redbull redbulltv

Last synced: about 2 months ago
JSON representation

Red Bull TV Downloader in Python

Awesome Lists containing this project

README

        

# Red Bull TV Downloader
Red Bull TV Downloader in Python

# Usage:
```
rbtv-dl.py [-o OUTPUT] url
positional arguments:
url URL of Video Page

optional arguments:
-o OUTPUT, --output OUTPUT
Set Output Location
```

Requirements:

```
ffmpeg

requests

json

re

bs4
```

Installing prerequisite packages:
```
apt install ffmpeg (For Debian & Ubuntu)
pip3 install requests bs4 re -y
```