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 300 forks source link

Problem downloading #48

Closed danzean closed 11 years ago

danzean commented 11 years ago

Hi,

I've had no problems using the downloader until today when I got the following error message:

Warning: lxml not available, falling back to built-in 'html.parser' (see -q option), this may cause problems on Python < 2.7.3 HTML parser set to html.parser

cm325 commented 11 years ago

I got this:

Warning: lxml not available, falling back to built-in 'html.parser' (see -q option), this may cause problems on Python < 2.7.3 Coursera-dl v1.4.8 (html.parser)

Course 1 of 1

cm325 commented 11 years ago

I installed lxml, but the issue was the same, the problem is specific to this course, other courses are downloading just fine-

dgorissen commented 11 years ago

I also get the problem by @cm325, this is because genes-001 has a lecture with no associated video. Should no longer crash now.

andremrsantos commented 11 years ago

I just upgrade my script with '''pip install coursera-dl upgrade''' and still raises the same issue regarding the gene-001 course. How can I fix it?

dgorissen commented 11 years ago

I dont know the gene-001 course and the humanphysio one does not start until august. Could you give the full gene-001 url so I can signup and test. I did a quick search but it was not immediately obvious which one it was.


Web / Blog : http://dirkgorissen.com Twitter : https://twitter.com/elazungu

On Sat, Jun 15, 2013 at 2:52 PM, André M. Ribeiro-dos-Santos < notifications@github.com> wrote:

I just upgrade my script with '''pip install coursera-dl upgrade''' and still raises the same issue regarding the gene-001 course. How can I fix it?

— Reply to this email directly or view it on GitHubhttps://github.com/dgorissen/coursera-dl/issues/48#issuecomment-19496738 .

dgorissen commented 11 years ago

just realized this was fixed already but just not released (my previous reply was via email). I just released a new version and it should work there.