This is a simple script to download scpd videos. The basic usage is:
python scraper.py course_name1 course_name2 ...
There are several requirements for the script:
- selenium. You can use
pip install -r requirements.txt
to install it using therequirements.txt
in the repo. - Firefox
- mimms
The program will prompt for your SuID and password. If two-step authentication is enabled for your account, it will also prompt for the authentication code. Watch the terminal for the prompt after you have authenticated yourself with your id and password.
The script is inspired by scpd-scraper.