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
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.