v1.8.1
adbar/trafilaturav1.8.1Apr 3, 2024by adbar
AI Summary
A maintenance release focused on dependency stability and extraction accuracy. It pins the LXML dependency to prevent breakage and fixes formatting issues related to element generation and space handling.
Key Highlights
- LXML dependency pinned to prevent broken installations.
- Improved extraction accuracy for major news outlets.
- Fixed formatting by correcting the order of element generation and space handling.
New Features
- Improved extraction accuracy for major news outlets
- Fixed order of element generation and space handling in nested elements
Full Release Notes
Maintenance: - Pin LXML to prevent broken dependency (#535) Extraction: - Improve extraction accuracy for major news outlets (#530) - Fix formatting by correcting order of element generation and space handling with @dlwh (#528) - Fix: prevent tail insertion before children in nested elements by @knit-bee (#536)