How to find out the exact RSS XML path of a website?
Posted
by Winston
on Stack Overflow
See other posts from Stack Overflow
or by Winston
Published on 2010-03-14T11:20:43Z
Indexed on
2010/03/14
11:25 UTC
Read the original article
Hit count: 219
How do I get the exact feed.xml/rss.xml/atom.xml path of a website?
For example, I supplied "http://www.example.com/news/today/this_is_a_news", but the rss is pointing to "http://www.example.com/rss/feed.xml", most modern browsers have this features already and I'm curious how did they get them.
Can you cite an example code in ruby, python or bash?
© Stack Overflow or respective owner