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

cant download lectures comnetworks-002 #75

Closed shagy234 closed 10 years ago

shagy234 commented 10 years ago

i just installed the script, and i cant download the lectures of this course. i accepted honour code. i have python 2.7.3 coursera-dl requirements are up to date.

any ideas?

ramiro@server:~$ coursera-dl -u xxx@hotmail.com -p pass -d /home/ramiro/curso comnetworks-002 Warning: built-in 'html.parser' may cause problems on Python < 2.7.3 Coursera-dl v1.4.10 (html.parser) Logging in as 'xxx@hotmail.com'...

Course 1 of 1

ramiro@phenom:~$ python Python 2.7.3 (default, Apr 10 2013, 06:20:15)

ramiro@phenom:~$ sudo pip install coursera-dl --upgrade Requirement already up-to-date: coursera-dl in /usr/local/lib/python2.7/dist-packages Requirement already up-to-date: beautifulsoup4 in /usr/local/lib/python2.7/dist-packages (from coursera-dl) Requirement already up-to-date: mechanize in /usr/local/lib/python2.7/dist-packages (from coursera-dl) Requirement already up-to-date: argparse in /usr/lib/python2.7 (from coursera-dl) Cleaning up...

dgorissen commented 10 years ago

Please update to the latest version.