Ruby Screen-Scraper in 60 Seconds
URL: http://www.igvita.com/2007/02/04/ruby-screen-scraper-in-60-seconds/
Category: Programming
Application: Ruby
The dynamic duo of Hpricot and Firebug is by far the fastest way to automate content extraction from a saved HTML file or a remote server. without compromising flexibility
Submitted by: gavinPosted: over 4 years ago
Back