php - How To Discover RSS Feeds for a given URL -


i url user. need know:
a) url valid rss feed?
b) if not there valid feed associated url

using php/javascript or similar

(ex. http://techcrunch.com fails a), b) return rss feed)

edit: see answer below

found wanted:

google's ajax feed api has load feed , lookup feed function (docs here).

a) load feed provides feed (and feed status) in json

b) lookup feed provides rss feed given url

theres find feed function searches rss feeds based on keyword.

planning use jquery's $.getjson


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -