On Dec 14, 2009, at 14:00 , Bapabooiee wrote: > On Dec 12, 4:26 am, Jeremy Henty <onepo... / starurchin.org> wrote: >> On 2009-12-11, Ryan Davis <ryand-r... / zenspider.com> wrote: >> >> >> >>> On Dec 11, 2009, at 13:25 , Jeremy Henty wrote: >> >>>> I recently needed to script up a web scraper andNokogiri was the >>>> hammer that hit the nail of the problem squarely on the head. Thank >>>> you for an excellent piece of work. >> >>> next time I'd suggest using mechanize. >> >> I'll keep it in mind, thanks. *sigh*, so many toys, so little time! :-) >> >> Jeremy Henty > > You would actually probably want to use a combination of both, > depending on what you're doing. You could use Mechanize for crawling & > scraping the site, and then you use Nokogiri to pry the information > you want out of the markup. mechanize already uses nokogiri.