4

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.

Community
  • 1
  • 1
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
  • A month later, but I just addressed this question over [here](http://stackoverflow.com/questions/2816881/get-the-latest-podcasts-from-itunes-store-with-link-by-rss-json-or-something/2887010#2887010). Hope it helps. – Volt May 22 '10 at 05:03

1 Answers1

5

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/

Community
  • 1
  • 1
lasavior
  • 51
  • 1
  • 3