How To Discover RSS Feeds for a given site.
Posted
by ktolis
on Stack Overflow
See other posts from Stack Overflow
or by ktolis
Published on 2010-05-04T16:57:16Z
Indexed on
2010/05/04
22:58 UTC
Read the original article
Hit count: 256
The quest is, given a site url (say http://stackoverflow.com/ ) to return the list of all the feeds available on the site. Methods acceptable:
a) use a 3rd party service (google?, yahoo?, ...) programmatically b) using a crawler/spider (and some tips on how to configure the spider to return the rss/xml feeds only) c) programmatically using c/c++/php (any language/library)
The task here is not to get the feeds contained on the page returned by the url but ALL the feeds that are available on the server at any depth... in any cases please provide a simple usage example.
© Stack Overflow or respective owner