utkarshkukreti / select.rs

A Rust library to extract useful data from HTML documents, suitable for web scraping.
MIT License
971 stars 69 forks source link

Is there a way to read a html attribute #69

Closed jim4067 closed 3 years ago

jim4067 commented 3 years ago

I am trying to get the alt value of an img tag and would love to know whether this is possible or does the crate only read whats between HTML tags?