Skip to content

bantic/feeddetector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Modification of the feed detector done by http://dominiek.com/articles/2007/6/22/detecting-atom-rss-feeds-in-ruby.

Basically it returns all the feeds that it find not just one...

Usage:

FeedDetector.fetch_feed_urls('http://www.rubycorner.com')

returns:

["http://www.rubycorner.com/feeds/updated/atom10", "http://www.rubycorner.com/feeds/updated/rss20"]

About

A revised and expanded feed detector based on code from Dominiek's post (http://dominiek.com/articles/2007/6/22/detecting-atom-rss-feeds-in-ruby) on detecting feeds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%