https://github.com/bboymega/rbtv-dl
Red Bull TV Downloader in Python
https://github.com/bboymega/rbtv-dl
downloader rbtv redbull redbulltv
Last synced: 9 months ago
JSON representation
Red Bull TV Downloader in Python
- Host: GitHub
- URL: https://github.com/bboymega/rbtv-dl
- Owner: bboymega
- License: unlicense
- Created: 2021-06-15T16:52:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T18:14:49.000Z (almost 5 years ago)
- Last Synced: 2025-05-05T15:49:59.340Z (about 1 year ago)
- Topics: downloader, rbtv, redbull, redbulltv
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```