Skip to content

Instantly share code, notes, and snippets.

@sandinist
Created January 19, 2012 13:44
Show Gist options
  • Save sandinist/1640113 to your computer and use it in GitHub Desktop.
Save sandinist/1640113 to your computer and use it in GitHub Desktop.
clrh回数取得
require "rubygems"
require "nokogiri"
require "open-uri"
doc = Nokogiri.HTML(open("http://clr-h.jp"))
p doc.search("//td[@class='ListTitle']//a")[0].text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment