Created
March 11, 2014 00:17
-
-
Save swalberg/9477159 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'nokogiri' | |
require 'open-uri' | |
doc = Nokogiri::HTML(open('http://en.wikipedia.org/wiki/List_of_The_Price_Is_Right_pricing_games')) | |
puts doc.css('h4 span.mw-headline').map(&:inner_text).sample |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sheeeet if you're gonna get all fancy with the selectors just do it right in the browser console! :-)