使用谷歌阅读器订阅雅虎搜索提要?

发布于 2024-12-11 11:23:25 字数 56 浏览 0 评论 0原文

是否可以通过 reader api 使用 google reader 订阅 Yahoo 搜索结果?

Is it possible to subscribe to Yahoo search results with google reader through reader api?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

够运 2024-12-18 11:23:25

雅虎搜索结果可以以 RSS 格式返回,然后可以传递到 Google Reader API 进行订阅。

Yahoo RSS feed URL 格式为(搜索词“nascar”):

http://api.search.yahoo.com/WebSearchService/rss/webSearch.xml?appid=yahoosearchwebrss&query=nascar

不幸的是,这些提要目前似乎没有返回结果。它们可能已经停产了。

作为替代方案,您可以使用 Bing 搜索 RSS 源,其格式如下:

http://www.bing.com/search?format=rss&q=nascar

Bing 搜索结果支持 Yahoo 搜索,所以无论哪种方式你都会得到相同(或接近相同)的结果。

Yahoo search results can be returned in RSS format, which can then be passed to the Google Reader API for subscription.

The Yahoo RSS feed URL format is (for search term 'nascar'):

http://api.search.yahoo.com/WebSearchService/rss/webSearch.xml?appid=yahoosearchwebrss&query=nascar

Unfortunately it looks like these feeds are not returning results at the moment. It's possible that they've been discontinued.

As an alternative, you can use the Bing search RSS feeds which have the format:

http://www.bing.com/search?format=rss&q=nascar

Bing search results power Yahoo search, so you'll get the same (or close to the same) results either way.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文