From: Bapabooiee Date: 2009-12-15T07:00:09+09:00 Subject: Re: nokogiri 1.4.1 Released On Dec 12, 4:26 am, Jeremy Henty wrote: > On 2009-12-11, Ryan Davis 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.