Skip to content

Instantly share code, notes, and snippets.

@johno
Created June 26, 2013 20:54
Show Gist options
  • Save johno/5871573 to your computer and use it in GitHub Desktop.
Save johno/5871573 to your computer and use it in GitHub Desktop.
Using feedzirra
require 'feedzirra'
feed = Feedzirra::Feed.fetch_and_parse('http://feeds.feedburner.com/TechCrunch/')
puts feed.title
puts feed.url
puts feed.feed_url
puts feed.etag
puts feed.last_modified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment