有没有办法以编程方式从 iTunes 页面提取播客的提要?

发布于 2024-08-30 06:52:23 字数 696 浏览 2 评论 0原文

可能的重复:
获取最新播客来自 itunes 商店,带有 RSS、JSON 或其他内容的链接

来自 iTunes 页面,例如 http://itunes.apple.com/us/podcast/this-week-in-tech-mp3-edition/id73329404,有没有办法提取对应的提要地址?在这种情况下,它将是 http://leoville.tv/podcasts/twit.xml

我知道如果您在 iTunes 上打开,您可以手动提取它,但我想以编程方式执行此操作。有一个指向该播客网站的链接,但可能不准确。在本例中,它指向一个包含 20 个播客的网站。

Possible Duplicate:
get the latest podcasts from itunes store with link by RSS, JSON or something

From an iTunes page, like http://itunes.apple.com/us/podcast/this-week-in-tech-mp3-edition/id73329404, is there a way to extract the corresponding feed address? In this case it would be http://leoville.tv/podcasts/twit.xml.

I know that if you open on iTunes you can extract it manually, but I want to do it programmatically. There's a link to the website of the podcast, but it may not be accurate. In this case it points to a web site with 20 podcasts on it.

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

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

发布评论

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

评论(1

旧故 2024-09-06 06:52:23

我最近遇到了同样的问题,决定编写一个 php 脚本来解决我的问题。对于任何想要从 iTunes 提取播客提要的人,我创建了一个脚本,您可以输入 iTunes Store URL 或直接在 iTunes store 上使用关键字搜索:

http://itunes.so-nik.com

源访问:http://snipplr.com/view/52465/

I just ran into this same problem recently and decided to write a php script to solve my woes. to anyone looking to extract a podcast feed from iTunes, i created a script that you can either input the iTunes Store URL or search with keywords straight on the iTunes store:

http://itunes.so-nik.com

for the source visit: http://snipplr.com/view/52465/

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