Using an alternative html parser #1116
Unanswered
mustafa-alshawaf
asked this question in
Q&A
Replies: 1 comment
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.
-
Hi,
It looks like BeautifulSoup is used under the hood for converting html documents. I've noticed that for large html files, this can take a while. Will it break anything if I use the lxml parser within BeautifulSoup instead of the standard library parser? I understand that lxml is significantly faster than the standard library parser. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions