sholiday / desire2download

Download all of the content from the University of Waterloo's Desire2Learn LMS
http://stephenholiday.com/desire2download/
Apache License 2.0
29 stars 23 forks source link

Fixed for Latest Learn #13

Closed kushp closed 8 years ago

kushp commented 8 years ago

So the old way of finding courses, going to the Learn homepage and scraping links under Courses and Communities broke after a Learn update. I have updated the script to instead find currently enrolled courses from here (https://learn.uwaterloo.ca/d2l/api/lp/1.0/enrollments/myenrollments/) and build links from that. Seems to work now!

kushp commented 8 years ago

Sorry, also login was failing too so I added process_url to navigate to after logging in to make that work. (really hacky, but works).

sholiday commented 8 years ago

Thanks!