causal-agent / scraper

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

Add README example on how to manipulate the DOM #142

Closed xmakro closed 10 months ago

xmakro commented 10 months ago

When surveying different html parser libraries, it was not clear at first that scraper allows manipulating the DOM quite easily

teymour-aldridge commented 10 months ago

Looks great, thank you!