hickory icon indicating copy to clipboard operation
hickory copied to clipboard

HTML as data

Results 35 hickory issues
Sort by recently updated
recently updated
newest added

I struggle to figure out how to select all elements between two elements such as: ``` < 1 2 ... 3 4 > ``` And I want to select all...

I created a Clojure webapp and used hickory for scraping web pages. I used `io.github.clojure/tools.build {:git/tag "v0.9.1" :git/sha "27ff8a4"}` for creating an uberjar of the app. I build it using...

I don't know if it's a bug or if I missed something, but `find-in-text` selector does not seem to work when it's the last argument of a `child` selector: ```...

Great library, thanks for writing and publishing it! I wrote up a macro for my own usage that allows me to use CSS-style selectors for simple scalar selectors (i.e. `div.foo`,...

type: feature request
category: ergonomics

## Description Implements `parent` and `ancestor` selectors, should close #40. These functions act as natural counterparts to both `child` and `descendant`: - `child` returns the node at the end of...