Following a link using Nokogiri for scraping

Posted by DavidP6 on Stack Overflow See other posts from Stack Overflow or by DavidP6
Published on 2010-05-11T01:23:24Z Indexed on 2010/05/11 1:24 UTC
Read the original article Hit count: 273

Filed under:
|

Is there a method to follow a link using Nokogiri for scraping? I know I can extract the href and open it, but I thought I saw a method to do this using hpricot and was wondering if there was something like that in Nokogiri.

© Stack Overflow or respective owner

Related posts about nokogiri

Related posts about screen-scraping