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.

link|improve this question

A month later, but I just addressed this question over here. Hope it helps. – Volt May 22 '10 at 5:03
feedback

closed as exact duplicate by casperOne May 9 at 16:37

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

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/

link|improve this answer
1  
A million thanks for this. – Francis McGrew May 9 '11 at 20:12
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.