What's Changed
Fix
- The HTML parser no longer erronously inserts
<html><head><body>
on some occasions, and
no longer tries to close unclosed HTML tags (#793)
Refactor
- Replaced Selectolax with BeautifulSoup4 as project dependencies.
Full Changelog: 0.116...0.117