psf / requests-html

Pythonic HTML Parsing for Humans™
http://html.python-requests.org
MIT License
13.73k stars 976 forks source link

never fallback in encoding detection? #289

Open Araleii opened 5 years ago

Araleii commented 5 years ago

https://github.com/kennethreitz/requests-html/blob/master/requests_html.py#L131

In BaseParser.encoding:

image

UnicodeDecodeError seems will never be raised.

jayvdb commented 4 years ago

Appears to be related to https://github.com/psf/requests-html/issues/103