RetrofitRssConverterFactory
RetrofitRssConverterFactory copied to clipboard
image null
Hi
I can get all the information except the image url in RssItem. But the image information is always null
Can you provide the rss url or its content?
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": "" ...
This library is an Rss parser. Rss is an Xml format not Json. https://validator.w3.org/feed/docs/rss2.html