How to scrape a class element containing white spaces in Rust?
I am having problem scraping if an HTML element’s class attribute contains white spaces. I am using the scraper crate. Here are the following code to reproduce the problem:
I am having problem scraping if an HTML element’s class attribute contains white spaces. I am using the scraper crate. Here are the following code to reproduce the problem: