zexa / de_hypertext

Ergonomics of serde_json for parsing html.
Apache License 2.0
1 stars 0 forks source link

XPath support #2

Open zexa opened 3 months ago

zexa commented 3 months ago

This is probably a toughy since scraper doesn't support XPath selectors, but optimally, I'd like to be able to choose between XPath and CSS selectors. Even better, I'd like to not have to manually specify which one it is and rather just let the application parse the selector type.