beautifulsoup4 #5076
beautifulsoup4
#5076
Replies: 1 comment
-
sorry, beautifulsoup4 look like is a pure python package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
beautifulsoup4 lib: https://pypi.org/project/beautifulsoup4
The encoding detection capability of lxml lib is not as good as that of bs4, and the official documentation from lxml admits this:
in Android Pixel 7 device, I got this error. The bad thing is that it's not always reproducible, but it happens quite often
lxml.etree.XMLSyntaxError: encoding not supported USC4 little endian, line 1, column 1
:I am sure that bs4 has an irreplaceable position and we need it.
Beta Was this translation helpful? Give feedback.
All reactions