I'm getting the following error, seemingly randomly when trying to extract a href links from a nokogiri doc.
Related code:
nokohtml = page.doc
nokohtml.xpath('//a/@href').each do |node|
I'm getting the following error, seemingly randomly when trying to extract a href links from a nokogiri doc.
Related code:
nokohtml = page.doc
nokohtml.xpath('//a/@href').each do |node|