Hey people, i need to read the jpg url of this feed...:
<author>[email protected] (Comunicación Club América)</author>
<description><![CDATA[Conoce la historia de este guardameta americanista]]></description>
<pubDate>Thu, 03 Jun 2010 01:06:23 CDT</pubDate>
<media:content url='http://i2.esmas.com/2009/09/06/69848/navarrete-300x150.jpg'/>
<media:thumbnail url=''/>
<content:encoded>
But this java library don't give me the function for get "media:content url='http://i2.esmas.com/2009/09/06/69848/navarrete-300x150.jpg', anyone can help me?? I already read this data: /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
SyndEntry entrada = it.next();
String title=(entrada.getTitle() );
String link=(entrada.getLink());
String author=(entrada.getAuthor());
String description=(""+entrada.getDescription() );
Date date=(entrada.getPublishedDate());
String date2= date.toString();
String content=(""+entrada.getContents());
Some idea folks???Thank u..