This new version has fewer dependencies and is generally more useful...
git clone [email protected]:mdenton8/SCPD-Scraper.git
sudo easy_install mechanize
python scrape.py
Update of the SCPD scraper. Only one depency, mechanize. Works with new SCPD and does not store a plain-text password. Works with enw two-factor. Asks for page URL as well as a directory to store videos in. Tries to check if the file still exists, not totally sure that works.
Since this uses multiprocessing, it might be tricky to Ctrl-C out of. You can always just killall python