RetrofitRssConverterFactory icon indicating copy to clipboard operation
RetrofitRssConverterFactory copied to clipboard

image null

Open mstylmz opened this issue 3 years ago • 3 comments

Hi

I can get all the information except the image url in RssItem. But the image information is always null

mstylmz avatar Dec 28 '21 00:12 mstylmz

Can you provide the rss url or its content?

faruktoptas avatar Dec 28 '21 06:12 faruktoptas

rss url : https://koinbulteni.com/feed

Example Json

I don't see image url in items. Could this be the problem?

{ "status": "ok" "feed": { "url": "https://koinbulteni.com/feed" "title": "Koin Bülteni" "link": "https://koinbulteni.com/" "author": "" "description": "Güncel Kripto Koin Haberleri ve Analizleri" "image": "https://koinbulteni.com/wp-content/uploads/cropped-favicon-1-32x32.jpg" } "items": [ { "title": "Ak Parti Grup Başkanvekili Mustafa Elitaş: “Yurt dışı kripto para borsalarına erişim yasağı geleceğini sanmıyorum”" "pubDate": "2021-12-27 21:31:34" "link": "https://koinbulteni.com/ak-parti-grup-baskanvekili-mustafa-elitas-yurt-disi-kripto-para-borsalarina-erisim-yasagi-gelecegini-sanmiyorum-112745.html" "guid": "https://koinbulteni.com/?p=112745" "author": "Fatih TAŞDEMİR" "thumbnail": "" ...

mstylmz avatar Dec 28 '21 08:12 mstylmz

This library is an Rss parser. Rss is an Xml format not Json. https://validator.w3.org/feed/docs/rss2.html

faruktoptas avatar Jan 15 '22 18:01 faruktoptas