Skip to content

Instantly share code, notes, and snippets.

@siuying
Created June 7, 2009 14:48
Show Gist options
  • Save siuying/125359 to your computer and use it in GitHub Desktop.
Save siuying/125359 to your computer and use it in GitHub Desktop.
require "rubygems"
require "fullfeed"
require "yahoo_news_hong_kong_extractor"
# create full text RSS feed from Yahoo! News HK
feed = Fullfeed::Feed.new("http://hk.news.yahoo.com/rss/hongkong/rss.xml")
puts feed.fetch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment