We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
Hi,
had the same issue and update the script from issue #9 so now it is working fine (on mac osx)
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: