v1.7.0
adbar/trafilaturav1.7.0Jan 25, 2024by adbar
AI Summary
This release focuses on LXML compatibility and download utilities. It adds support for LXML v5+, introduces an advanced fetch function, and improves the `html2txt()` function.
Key Highlights
- Full support for LXML v5+.
- Added advanced `fetch_response()` function.
- Improved `html2txt()` function for better text conversion.
New Features
- Support for LXML v5+
- Advanced `fetch_response()` function
- Pending deprecation for `fetch_url(decode=False)`
Full Release Notes
Extraction: - improved `html2txt()` function (#483) Downloads: - add advanced `fetch_response()` function → pending deprecation for `fetch_url(decode=False)` Maintenance: - support for LXML v5+ (#484 by @knit-bee, #485) - update [htmldate](https://github.com/adbar/htmldate/releases/tag/v1.7.0)