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.66k stars 262 forks source link

`extract()`: replace `no_fallback` argument by `fast` #725

Closed adbar closed 3 weeks ago

adbar commented 1 month ago

On the CLI no_fallback has already been replaced, implementing the change in the extract() and bare_extraction() functions will make clearer what the parameter is about.