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

Online Course Detection Added #8

Closed KartikTalwar closed 12 years ago

KartikTalwar commented 12 years ago

Although online course page schema seems funny, it can now detect and download whatever is available in the content page for the online courses. (including html pages)

sholiday commented 12 years ago

Is it really only one line?

KartikTalwar commented 12 years ago

In a sense yes. This is how an online course shows up:

SCI 205 Online - Fall 2012

the a-z is there to detect the nline part. After that the contents of the online courses show up in the contents tab.

I'm taking 2 of them right now and both follow the same pattern, where the assignments and info are listed in HTML pages (which get download properly) and the rest of the content includes pdf files for assignment solutions.

sholiday commented 12 years ago

OK, thanks. I was just surprised the CL was only one line. Thanks!

sholiday commented 12 years ago

Bumped version to 0.1.7. It's in PyPi.

KartikTalwar commented 12 years ago

Woo hoo!