ramon (owner)

Revisions

gist: 184739 Download_button fork
public
Description:
Roupa as Mensagens do site
Public Clone URL: git://gist.github.com/184739.git
Embed All Files: show embed
rouba-msg.rb #
1
2
3
require 'nokogiri';require 'open-uri';
Nokogiri::HTML(open("http://wagnerwsa.blogspot.com/search?&max-results=1000000")).css('.entry-content>p>font').each {|post| puts post.content}