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

Updated to html5ever 0.18 #37

Closed budziq closed 7 years ago

budziq commented 7 years ago

Hi @utkarshkukreti

We want to show your excellent crate in rust-cookbook https://github.com/brson/rust-cookbook/pull/183 :smile: but due to bug in our documentation test driver we need for all of intermediate dependencies to be on the same level.

Long story (really!) made short. We would require to update select to latest html5ever released today.

If there is anything wrong with the PR I will gladly fix it!

Best Regards

utkarshkukreti commented 7 years ago

Thanks for the PR @budziq! I'll make a release in a few minutes.

budziq commented 7 years ago

wow thanks a lot! 👍

utkarshkukreti commented 7 years ago

No problem, 0.4.1 is out: https://crates.io/crates/select/0.4.1

Let me know if you have any questions related to this library and feel free to tag me in any related PR. Are there any more programs I can contribute to the cookbook which use this library?

budziq commented 7 years ago

Sure! Anyone is welcome to submit an example idea a PR for one of accepted ideas or any fix really :)