获取可用的 iTunes 播客列表?

发布于 07-11 00:30 字数 89 浏览 14 评论 0原文

如何获取可用 iTunes 播客的 RSS 源 URL? 我想要一个可以列出 iTunes 上所有播客的 feed。 那可能吗?

谢谢。

How can I get the RSS feed URL for the iTunes podcasts available? I want a feed which would list down all the podcasts present on iTunes. Is that possible?

Thanks.

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

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

发布评论

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

评论(2

放赐2024-07-18 00:30:32

目前有几个可用选项:

There are a few options available these days:

  • iTunes RSS Feed Generator A list of the top 100 podcasts in RSS format, no authentication required.

  • iTunes Search API Apple has an API for all iTunes content including podcasts. JSON format, no authentication required, rate-limited to 20 calls per minute.

  • Enterprise Partner Feed Lets you download the entire iTunes database direct from Apple so you can perform unlimited searches from your own server. They provide an importer script to handle updating your database each day. You'll need to apply for a login to access the files.

森林很绿却致人迷途2024-07-18 00:30:32

与苹果公司创造的许多东西一样,向第三方开发者公开的功能非常有限。 目前,iTunes 音乐商店中似乎不支持生成播客的 RSS 提要。 您可以为 iTunes 商店中的信息生成一组有限的 RSS 源,但不包括播客。

您可以使用 Apple 的 iTunes Music Store RSS 生成器 生成这些源。

此外,这确实不是 RSS 设计的目的。 iTunes 中的播客列表非常庞大,将每个播客包装在 XML 标签中会创建一个更大的文件。 当您需要呈现某事物的最新更新列表时,最好使用 RSS。 在 RSS 中对整个 iTumes 播客目录进行编码并不适合该目录。 您还会注意到,Apple 的提要生成器仅允许您创建少数最新或热门歌曲的提要,而不是整个目录。

As with many things Apple creates, a very limited set of functionality is exposed to third party developers. Currently, generating RSS feeds of podcasts in the iTunes Music Store does not appear to be supported. You can generate a limited set of RSS feeds for information in the iTunes store, but podcasts are not included.

You can generate these feeds using Apple's iTunes Music Store RSS Generator.

Furthermore, this really isn't the type of thing RSS is designed to do. The list of podcasts in iTunes is enormous, and wrapping each podcast in XML tags would create an even more enormous file. RSS is best used when you need to present a list of the most recent updates to something. Encoding the entire iTumes podcast catalog in RSS doesn't fit that catagory. You'll also notice that Apple's feed generator only allows you to create feeds of the few most recent or top songs, not the entire catalog.

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