utkarshkukreti / select.rs

A Rust library to extract useful data from HTML documents, suitable for web scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to read a html attribute

jim4067 opened this issue · comments

commented

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?