You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output directory: Downloaded
Traceback (most recent call last):
File "D:\edx-dl\edx-dl.py", line 8, in
edx_dl.main()
File "D:\edx-dl\edx_dl\edx_dl.py", line 1261, in main
download(args, selections, all_units, headers)
File "D:\edx-dl\edx_dl\edx_dl.py", line 993, in download
course_name = directory_name(selected_course.name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\edx-dl\edx_dl\utils.py", line 52, in directory_name
result = clean_filename(initial_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\edx-dl\edx_dl\utils.py", line 126, in clean_filename
s = h.unescape(s)
^^^^^^^^^^
AttributeError: 'HTMLParser' object has no attribute 'unescape'
The text was updated successfully, but these errors were encountered:
Subject of the issue
Output directory: Downloaded
Traceback (most recent call last):
File "D:\edx-dl\edx-dl.py", line 8, in
edx_dl.main()
File "D:\edx-dl\edx_dl\edx_dl.py", line 1261, in main
download(args, selections, all_units, headers)
File "D:\edx-dl\edx_dl\edx_dl.py", line 993, in download
course_name = directory_name(selected_course.name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\edx-dl\edx_dl\utils.py", line 52, in directory_name
result = clean_filename(initial_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\edx-dl\edx_dl\utils.py", line 126, in clean_filename
s = h.unescape(s)
^^^^^^^^^^
AttributeError: 'HTMLParser' object has no attribute 'unescape'
The text was updated successfully, but these errors were encountered: