grass
grass copied to clipboard
utils: Remove HTMLParseError
trafficstars
HTMLParseError is just an alias for Exception. There is no HTMLParseError in Python 3. The error reporting fails because of access to attributes.
This clears up so far the error reporting, but it needs complete removal of HTMLParseError. Further considerations about strict and non-strict parsing may be needed.