Skip to content

Instantly share code, notes, and snippets.

@hc5duke
Created September 14, 2009 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hc5duke/186817 to your computer and use it in GitHub Desktop.
Save hc5duke/186817 to your computer and use it in GitHub Desktop.
# Star Trek
(doc/"table.wikitable"/"tr").select{|tr| (tr/"td").count > 2}.map{|tr| (tr/"td").select{|td| !td.nil? && td.inner_html.match(/\"/)}.first.inner_html.gsub(/<\/?[^>]*>/, "").gsub(/\"/, "").gsub("&#160;"," ") }[7..-1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment