<item>
<title><![CDATA[Title]]></title>
<link><![CDATA[http://www.google.com/]]></link>
<description><![CDATA[<p>description</p>]]></description>
<guid isPermaLink="false"><![CDATA[3a75fc4823f420f999070aff9ed749ce]]></guid>
<media:thumbnail url="http://www.google.com/thumbnail" />
<pubDate>Sun, 11 Sep 2011 04:29:48 +0000</pubDate>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords>google, test, test, test</itunes:keywords>
<itunes:subtitle />
<itunes:duration>574</itunes:duration>
<enclosure length="6117447" type="audio/mpeg" url="
http://www.google.com/song.mp3" />
</item>
I am working on an app to stream a podcast. The last url points to the .mp3 of the podcast.
I am able to parse through this and get everything except this last URL.
I am able to print out in the debugger the title, link, description, pubDate, etc. but I can't figure out what to search for exactly to get this URL. I've tried enclosure, and I have also tried removing everything around the URL.
Any thoughts on how to approach this?