Skip to content

Instantly share code, notes, and snippets.

@damog
Created April 22, 2009 15:53
Show Gist options
  • Save damog/99870 to your computer and use it in GitHub Desktop.
Save damog/99870 to your computer and use it in GitHub Desktop.
>> require "feedbag"
=> true
>> Feedbag::find 'http://adrianshort.co.uk/'
=> ["http://adrianshort.co.uk/feed/", "http://adrianshort.co.uk/tags/atom/", "http://adrianshort.co.uk/tags/twitterfeed/"]
>> Feedbag::find 'http://adrianshort.co.uk/', :narrow => 1
=> ["http://adrianshort.co.uk/feed/"]
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment