|
|
|
|
|
by minusf
190 days ago
|
|
Thank you for the clarification, that was not entirely clear to me from the post. You also mention that the current "optimised" version is "good enough" for every-day use (I use `bs4` for working with html), was the first iteration also usable in that way? Did you look at `html5ever` because the LLM hit a wall trying to speed it up? |
|
As for bs4, if you don't change the default, you get the stdlib html.parser, which doesn't implement html5. Only works for valid HTML.