On Wed, May 16, 2012 at 10:33 AM, Z.A <zahmed...@gmail.com> wrote:
> Hi
> 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.

Check out enlive [1]; it works as both a web templating library, and a
screen scraping library.
It basically lets you pull in HTML, and then match and extract content
using CSS-style rules.

[1] https://github.com/cgrand/enlive

-- 
Dave

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

Reply via email to