scpd-scraper icon indicating copy to clipboard operation
scpd-scraper copied to clipboard

download and convert SCPD lectures easily

Results 6 scpd-scraper issues
Sort by recently updated
recently updated
newest added

I'm currently trying to scrape Natural Language Processing and scrape.py fails when it executes re.search near line 105. I'll continue to try to debug but am pretty new at this.

This isn't really an issue, per se, but I can't find a better place to maybe find some help on the subject. Videos are apparently stored permanently in the IIS...

python scrape.py rdp --all "Artificial Intelligence: Principles and Techniques" Password: Logging in to myvideosu.stanford.edu... Course Read Error: "Artificial Intelligence: Principles and Techniques" not found I also tried "Natural Language Processing",...

Loading video links. Traceback (most recent call last): File "scrape.py", line 203, in downloadAllCourses(username, courseNames, downloadSettings) File "scrape.py", line 147, in downloadAllCourses downloadAllLectures(username, courseName, password, downloadSettings) File "scrape.py", line 104,...

With the two-step auth, it may be necessary for some users (like me) to receive a text message with a passcode in order to authenticate. Adding the following lines immediately...

Since there is now an extra page after logging in on webauth, you have to add an extra follow_link call to get to the course page listing. I just added...