Z.A: > Is there a good Clojure lib for web scraping. I intend to collect > story links using regex from a news site's home page, then visit each > link to gather photos and text.
Take a look at Crawlista [1]. It primarily tries to cover link and content extraction (there is no actual crawling/requests/throttling part) but it was created for use cases similar to yours. 1. https://github.com/michaelklishin/crawlista MK -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en