Hacker News new | ask | show | jobs
by astrec 6429 days ago
Python & Beautiful Soup (http://www.crummy.com/software/BeautifulSoup/) are your friends here.
1 comments

Anyone know of a similar library in rails that works well?
I'm pretty sure this (HPricot) is the one most people use in Ruby:

http://code.whytheluckystiff.net/hpricot/

hpricot is great, but I hear lately that Nokogiri is faster and just as capable:

http://github.com/tenderlove/nokogiri/tree/master

Nokogiri even has a HPricot emulation mode, if you need to port HPricot code.