Skip to content

A primitve script to make downloading stuff from gem.cbc.ca easier.

License

Notifications You must be signed in to change notification settings

Baggette/cbc-gem-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)