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

Timeouts and Skipping #9

Closed threadproc closed 11 years ago

threadproc commented 11 years ago

Separated timeout from other exceptions and implemented the ability to skip courses based on a regular expression.

sholiday commented 11 years ago

Thanks for taking the time to contribute!

Two small things:

  1. Avoid camel case for variables. isSkip --> is_skip or will_skip.
  2. Move the GUI work out of the master branch into a separate branch. This way we can continue development with stable in master.

A GUI is a great idea for those who would prefer to avoid the command line.

Thanks again!

threadproc commented 11 years ago

I removed the GUI and changed the camel case for isSkip.

threadproc commented 11 years ago

I had buggered the commit up, I fixed it now.

sholiday commented 11 years ago

Thanks!

sholiday commented 11 years ago

Uploaded to PyPi.