open:enlive

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])


  • open/enlive.txt
  • 마지막으로 수정됨: 2022/08/06 07:03
  • 저자 127.0.0.1