Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 617 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 617 Bytes

cbc-gem-downloader

A script made in python to download cbc gem content.
This script should work on windows, mac and linux(basically anything that can run ffmpeg and python)
You must edit example.env with the appropriate details and rename the file to .env
Run pip install -r requirements.txt.
run python gem.py and input the desired url and you should be set!!!!
ps, on windows you may encounter an error related to ffmpeg not being installed or something, you can place the ffmpeg exe in the same dir as the script and that will solve the issue (https://www.ffmpeg.org/download.html)