有没有办法以编程方式从 iTunes 页面提取播客的提要?
来自 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最近遇到了同样的问题,决定编写一个 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/