Skip to content

Instantly share code, notes, and snippets.

@siuying
Created June 7, 2009 14:35
Show Gist options
  • Save siuying/125353 to your computer and use it in GitHub Desktop.
Save siuying/125353 to your computer and use it in GitHub Desktop.
# link is the link to full text article
doc = open(link).read
hdoc = Hpricot(doc)
text = (hdoc.search(".livewords")).inner_html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment