adbar / trafilatura

Python & Command-line tool to gather text and metadata on the Web: Crawling, scraping, extraction, output as CSV, JSON, HTML, MD, TXT, XML
https://trafilatura.readthedocs.io
Apache License 2.0
3.67k stars 263 forks source link

Deprecate `fetch_url(decode=False)` #722

Closed adbar closed 1 month ago

adbar commented 1 month ago

Current state: ValueError. The decode argument can be removed altogether.

Note: use fetch_response() instead.