prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed
Apache License 2.0
499 stars 127 forks source link

No Image in Bing RSS Articles (image of RSS is OK but not items images) #86

Closed juanro49 closed 3 years ago

juanro49 commented 3 years ago

I reopened this issue because the previous one #66 was closed by confusion.

Sorry that I got back to you earlier, but this feature has been introduced a while back. I just added some tests to check it.

@prof18 Sorry, but I meant the images of the articles, not the RSS. The RSS image is now obtained correctly, but the image of the articles, which was the one that said to add the support, is not obtained.

Example: https://www.bing.com/news/search?q=madrid&format=rss

imagen

imagen

you should add support to the which indicates the article image in the bing RSS.

Thank you for the support!! 😊️

Originally posted by @juanro49 in https://github.com/prof18/RSS-Parser/issues/60#issuecomment-770291323

prof18 commented 3 years ago

Hi, thanks for reporting. I fixed the issue and a new version will be released soon.