causal-agent / scraper

HTML parsing and querying with CSS selectors
https://docs.rs/scraper
ISC License
1.81k stars 100 forks source link

Put collecting parser errors behind a default feature. #118

Closed adamreichold closed 1 year ago

adamreichold commented 1 year ago

To be honest, I just noticed that the errors field actually exists and in my scraper code never looked at it so far. I am just extracting what I can. So it seems preferable to investing any (computational) effort into collecting them, at least if they are not desired.

cfvescovo commented 1 year ago

LGTM

j-mendez commented 1 year ago

Nice changes!!