Skip to content

Instantly share code, notes, and snippets.

@radar
Last active August 29, 2015 14:17
Show Gist options
  • Save radar/57eb1b921f5a479c9932 to your computer and use it in GitHub Desktop.
Save radar/57eb1b921f5a479c9932 to your computer and use it in GitHub Desktop.
require 'open-uri'
require 'nokogiri'
require 'rails'
url = "http://eveboard.com/pilot/Livid_Retreat"
data = Nokogiri::HTML(open(url))
skill = data.at_css('.dotted')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment