Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bboymega/rbtv-dl
- Owner: bboymega
- License: unlicense
- Created: 2021-06-15T16:52:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T18:14:49.000Z (over 3 years ago)
- Last Synced: 2023-11-28T22:33:19.423Z (about 1 year ago)
- Topics: downloader, rbtv, redbull, redbulltv
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- 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 Pageoptional arguments:
-o OUTPUT, --output OUTPUT
Set Output Location
```Requirements:
```
ffmpegrequests
json
re
bs4
```Installing prerequisite packages:
```
apt install ffmpeg (For Debian & Ubuntu)
pip3 install requests bs4 re -y
```