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.73k stars 299 forks source link

no downloadable content for 'datasci-001' while using html.parser #74

Closed 0xgeert closed 10 years ago

0xgeert commented 10 years ago

HI I've seen #50 with the hint to explicitly use html.parser when getting 'no downloadable content found for xxx'.

I'm doing that for datasci-001 but I'm still getting this error. Not sure what's up. Using following command:

coursera-dl -u email@address -p passhere -q html.parser datasci-001

dgorissen commented 10 years ago

Fixed in master. Dup of #69

0xgeert commented 10 years ago

possible this wasn't available through pip yet? (installed today)

dgorissen commented 10 years ago

Pip was not updated yet, is now.

0xgeert commented 10 years ago

tested. Cheers