Finding the URL for podcast feeds from an iTunes id. (iTMS API)

后端 未结 4 1260
小蘑菇
小蘑菇 2021-01-30 10:03

I\'m look at a way of turning an iTunes podcast id into the RSS feed that the podcast producer serves.

I\'m aware of the RSS generator, which can be used to generate a f

4条回答
  •  遇见更好的自我
    2021-01-30 10:18

    I searched for a long time to deconstruct the iTunes podcast feed. It's a plist containing meta data, of which one of them is an RSS feed. My blog post How to subscribe to iTunes podcasts on Android has links to code in php and in javascript to extract the URL to the RSS feed from an individual iTunes link.

提交回复
热议问题