Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Created April 15, 2012 20:02
Show Gist options
  • Save poemdexter/2394570 to your computer and use it in GitHub Desktop.
Save poemdexter/2394570 to your computer and use it in GitHub Desktop.
require 'nokogiri'
#@url = "http://ws.spotify.com/lookup/1/?uri=spotify:track:6NmXV4o6bmp704aPGyTVVG"
@url = "http://www.google.com/"
@doc = Nokogiri::HTML(open(@url))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment