r0oth3x49 / acloud-dl

A cross-platform python based utility to download courses from acloud.guru for personal offline use.
MIT License
351 stars 142 forks source link

AttributeError: 'HTMLParser' object has no attribute 'unescape' #61

Closed SanthoshNaveen1986 closed 4 years ago

SanthoshNaveen1986 commented 4 years ago

Hi Nasir,

Getting this error "AttributeError: 'HTMLParser' object has no attribute 'unescape'" while downloading the 'AWS Certified Developer - Associate 2020' course. First chapter gets downloaded and then the error comes.

image

SanthoshNaveen1986 commented 4 years ago

I am using Python 3.9

SanthoshNaveen1986 commented 4 years ago

I have not installed python version 3.8* and it works fine. But I can see only few courses which can be downloaded. Any restriction?

tirkarthi commented 4 years ago

This is due to https://bugs.python.org/issue37328 .

SanthoshNaveen1986 commented 4 years ago

This is due to https://bugs.python.org/issue37328 .

Thanks Karthikeyan Singaravelan. The issue was resolved once i downgraded to ver 3.8

SanthoshNaveen1986 commented 4 years ago

I was able to download more courses after i added them into my dashboard in acloudguru. Thanks Nasir for the amazing tool