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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -