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

Files downloaded do not have same CRC as those downloaded through a browser #149

Closed nick-s-b closed 9 years ago

nick-s-b commented 9 years ago

I've noticed that sometimes files that are downloaded with coursera-dl 2.0.2 are bigger than the files downloaded though a web browser. Sometimes, coursera-dl shows file download progress as over 100% (I noticed one at 190%).

Do not trust archives of videos/files downloaded through this version. It's simply unreliable and unstable.

dgorissen commented 9 years ago

Yes there are a bunch of issues with that version/branch and I do not have the time to fully investigate. Use the mechanize branch, while missing a few small things it is more robust and should work. See also #126

dgorissen commented 9 years ago

Updated mechanize branch, please test. If I hear no complaints I assume it works and I will update the pypi package.

dgorissen commented 9 years ago

pypi package updated. Closing issue. Report back if you still have problems.