Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 434 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 434 Bytes

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