# enlive (def req (client/get "https://news.ycombinator.com/")) (def body (:body req)) (def nodes (html/html-snippet body)) (html/select nodes [:td.title :a])