unescape = getattr(html, 'unescape', html_parser.HTMLParser().unescape)
AttributeError: 'HTMLParser' object has no attribute 'unescape'
Se vocĂȘ der de cara com o erro acima, basta editar o arquivo abaixo e alte

The first and the last place where you'll find something about me
unescape = getattr(html, 'unescape', html_parser.HTMLParser().unescape)
AttributeError: 'HTMLParser' object has no attribute 'unescape'
Se vocĂȘ der de cara com o erro acima, basta editar o arquivo abaixo e alte