synchronal / html_query

Some simple HTML query functions
MIT License
3 stars 0 forks source link

HtmlQuery.filter_out(html_tree, css_selector) #1

Closed eahanson closed 1 year ago

eahanson commented 1 year ago

It would be nice to be able to remove items from the HTML tree. It could do this by delegating to Floki.filter_out. Or maybe this would be better named reject or something.

eahanson commented 1 year ago

Added HtmlQuery.reject/2 to version 1.2.