prof18 / RSS-Parser

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

Article image in Bing feed #60

Closed juanro49 closed 3 years ago

juanro49 commented 4 years ago

Hi, can you add support to get image of articles in Bing News feed? This is a example https://www.bing.com/news/search?q=esparragosa&format=rss

Article image is in <> tag.

Thanks for the support.

prof18 commented 3 years ago

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.

juanro49 commented 3 years ago

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!! 😊️