alirezamika / autoscraper

A Smart, Automatic, Fast and Lightweight Web Scraper for Python
MIT License
6.16k stars 648 forks source link

Add keep_blank option #73

Closed gsakkis closed 2 years ago

gsakkis commented 2 years ago

I ran into the issue of missing values described at https://github.com/alirezamika/autoscraper/discussions/48. This PR adds a keep_blank boolean option that when True instructs the scraper to not filter out empty text values.

alirezamika commented 2 years ago

thanks!