dgorissen / coursera-dl

A script for downloading course material (video's, pdfs, quizzes, etc) from coursera.org
http://dirkgorissen.com/2012/09/07/coursera-dl-a-coursera-download-script/
GNU General Public License v3.0
1.74k stars 299 forks source link

[Feature Request] Progress Indicator #172

Open nick-s-b opened 9 years ago

nick-s-b commented 9 years ago

Version 2 of c-dl had progress indicator which was great because you could easily tell when something has stalled. Is it possible to bring it back? Thanks!

dgorissen commented 9 years ago

v2 was a rewrite which handled downloads directly (instead of relying on mechanize) which allowed adding a progress indicator. Unfortunately there were many issues (e.g., #126) with the rewrite (current master) hence the switch back to mechanise. As always, pull requests welcome.