Python & Command-line tool to gather text and metadata on the Web: Crawling, scraping, extraction, output as CSV, JSON, HTML, MD, TXT, XML
3.66k
stars
262
forks
source link
Review input type for `is_probably_readerable()` function #749
Open
adbar opened 3 days ago
The options passed to this functions should be of the
Extractor
type and notAny
ordict
, the tests have to be rewritten accordingly: