nonsleepr / edu_10gen_dl

Generate list of course videos from eudcation.10gen.com.
88 stars 45 forks source link

TypeError: sanitize_filename() takes exactly 1 argument (2 given) #10

Open chrisloughnane opened 11 years ago

chrisloughnane commented 11 years ago

I just tried to grab my finished 10gen M101J course and got this error.

Traceback (most recent call last): File "edx_dl.py", line 204, in edxb.download() File "edx_dl.py", line 141, in download sanitize_filename(course_name, replace_space_with_underscore), TypeError: sanitize_filename() takes exactly 1 argument (2 given)

fhenri commented 11 years ago

Hi,

had the same issue and update the script from issue #9 so now it is working fine (on mac osx)