Skip to content

Instantly share code, notes, and snippets.

View lam-vd's full-sized avatar

Lamvd lam-vd

  • ZIGExN
  • [VN] Ho Chi Minh
  • 09:06 (UTC +07:00)
View GitHub Profile
require 'nokogiri'
require 'open-uri'
# Get a Nokogiri::HTML:Document for the page we're interested in...
doc = Nokogiri::HTML(open('http://www.google.com/search?q=tenderlove'))
# Do funky things with it using Nokogiri::XML::Node methods...
####