faruktoptas/RetrofitRssConverterFactory

response.body().getItems().get(0).getImage() gets null

misaki1301 opened this issue · 3 comments

i dont why in this getter i have a null value pls help.
another getters like getTitle() and getLink() shows the value correctly

@guiltydarkness1313 can you share RSS Feed url or content?

i was testing this link but the service is so poor https://elcomercio.pe/feed so i tested another link checking myself the content of it and its show well all the data that i want http://www.capital.com.pe/feed

@guiltydarkness1313 the problem is RSS content.
https://elcomercio.pe/feed does not include image data

<item>
	<title><![CDATA[La guerra de bandas que podría desatar 'Gringasho' en Trujillo]]></title>
	<description><![CDATA[Qué amenazas acechan a Trujillo debido a la próxima excarcelación de Alexander Pérez Gutiérrez, ‘Gringasho’]]></description>
	<link>http://elcomercio.pe/peru/la-libertad/guerra-bandas-desatar-gringasho-trujillo-noticia-471274</link>
	<category domain="http://elcomercio.pe/peru/la-libertad">La Libertad</category>
	<guid isPermaLink="true">http://elcomercio.pe/peru/la-libertad/guerra-bandas-desatar-gringasho-trujillo-noticia-471274</guid>
	<pubDate>Sun, 05 Nov 2017 06:31:56 -0500</pubDate>
</item>

but http://www.capital.com.pe/feed includes image data.

<item>
    <guid>1086610</guid>
    <pubDate>Fri, 03 Nov 2017 16:47:52 -0500</pubDate>
    <title><![CDATA[Un hombre quiso robar un restaurante y la Policía se burló de él]]></title>
    <description><![CDATA[El sujeto quedó atrapado en la abertura del extractor de aire del local. Agentes policiales subieron su foto a su cuenta de Twitter.]]></description>
    <link>http://www.capital.com.pe/mundo/reino-unido-un-hombre-quiso-robar-un-restaurante-y-la-policia-se-burlo-de-el-noticia-1086610</link>
    <dc:type>Artículo</dc:type>
    <media:content url="http://p-gruporpp-media.s3.amazonaws.com/2017/11/03/035003_513312.jpg" type="image/jpeg"><media:description/></media:content>
    <media:keywords><![CDATA[ Twitter, Reino Unido, Noticias Última Hora]]></media:keywords>
</item>