Open Eyespiral opened 4 years ago
This seems like a viable fix for backwards compatibility with Python 3.9. This swaps six.moves.HTMLParser
with html
which is a Python built-in.
I tried it and the error went away:
https://github.com/coursera-dl/edx-dl/commit/5490a99a98b56f544661c131229ef640ace2b064
🚨Please review the Troubleshooting section before reporting any issue. Don't forget also to check the current issues to avoid duplicates.
Subject of the issue
I have made a number of changes to files based on the issues logged here and managed to get it to run as far as processing, but then it ends with an Attribute Error and nothing is downloaded, the output directory is not even created.
Your environment
Steps to reproduce
Download and install
edx-dl-master.zip
and extract to C:\python edx-dl.py -u jXXXXXXXXXXXX+edx@gmail.com https://courses.edx.org/courses/course-v1:NewcastleX+NHI101x+3T2020/course/ -o C:\NHI101x
Expected behaviour
Should download the course
Actual behaviour
It fails and nothing is downloaded; the output directory isn't even created.