Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找可以自动检测网站的提要 URL(RSS 或 Atom)的代码或服务。
多谢
查看Google Feed API,尤其是完全符合您要求的查找服务(如下示例):
http://ajax.googleapis.com/ajax/services/feed/lookup?v=1.0&q=http://googleblog.blogspot.com/
对于代码,请尝试feedfinder。