Skip to content

Switch from beautifulsoup to lxml

Latest

Choose a tag to compare

@hannob hannob released this 08 Sep 13:55
· 12 commits to main since this release

This release avoids the use of the beautifulsoup library.
It comes with quite regular API changes and a bunch of warnings that require complexity to deal with if one also wants to support older versions.
All HTML parsing is now done with lxml.

Furthermore, this release reworks the 404 checks and does detection of django and symfony debugging in a separate test.