I have just started using Newsblur after Feedly annoyed me one too many times…
I note that images do not show for feeds which insert their images into the <item><media:thumbnail>
tag.
I see that Newsblur extracts out images from the description itself (if any) but not the dedicated fields for images?? Unfortunately most feeds use one or the other - not both.
Example item
<item>
<title>
<![CDATA[ Yada ]]>
</title>
<description>
<img src="https://this.image.is.found.jpg />
<![CDATA[ blah blah blah ]]>
</description>
<link>https://www.google.com</link>
<guid isPermaLink="false">https://www.google.com</guid>
<pubDate>Wed, 28 Aug 2024 23:01:46 GMT</pubDate>
<media:thumbnail width="240" height="134" url="https://this.image.is.not.found.png"/>
</item>