Android app fails to download image, instead displays alt-text

On this feed: https://denikreferendum.cz/rss.xml with android app, fetching text works but instead of images (each article has atleast one on the top), it displays the alt-tex. Other feeds display images fine.

The html in question is this:

<div class="articleImage svelte-1l459ay">
   <div class="drImageResizeButton svelte-1l459ay"><span>↗</span></div>
   <img alt="Jako již tradičně, český většinový pohled na&nbsp;izraelsko-palestinský konflikt je&nbsp;posunutý k&nbsp;nekritické podpoře Izraele. Typickým stereotypem je, že když spáchá násilnost Palestinec, je&nbsp;to teroristický útok, a&nbsp;když obdobnou násilnost spáchá židovský osadník, je&nbsp;to prostě násilnost. Foto FB&nbsp;jewish-eshop.cz" class="svelte-1l459ay visible" src="https://static.denikreferendum.cz/pictures/49089/article_body/49089.jpg" style="min-height: auto; height: 467px;"> 
   <div class="articleImageLabel svelte-1l459ay">Jako již tradičně, český většinový pohled na&nbsp;izraelsko-palestinský konflikt je&nbsp;posunutý k&nbsp;nekritické podpoře Izraele. Typickým stereotypem je, že když spáchá násilnost Palestinec, je&nbsp;to teroristický útok, a&nbsp;když obdobnou násilnost spáchá židovský osadník, je&nbsp;to prostě násilnost. Foto FB&nbsp;jewish-eshop.cz</div>
</div>

Which to me seems non-problematic. The result looks like this:

(note the first two paragraphs are the same, that is because the alt text is then repeated as text in the source).

Any idea why this is happening?

A possible work-around would be the ability to set prefetching of images per feed - I would turn it off for this feed.

Any ideas @andrei?

@samuelclay the story content doesn’t include the src attribute for the image

<img alt="Jako již tradičně, český většinový pohled na izraelsko-palestinský konflikt je posunutý k nekritické podpoře Izraele. Typickým stereotypem je, že když spáchá násilnost Palestinec, je to teroristický útok, a když obdobnou násilnost spáchá židovský osadník, je to prostě násilnost. Foto FB jewish-eshop.cz" class="svelte-1l459ay invisible"/>

It looks like all the stories in this feed have the same issue, even on NB web.

I do not understand. When I look at the source of the webpage, it does include src attribute (src=“https://static.denikreferendum.cz/pictures/49089/article_body/49089.jpg”).

I assume there is some pre processing on the NB backend before serving it to the client.
@samuelclay could you confirm/check?

It’s coming from upstream in Postlight’s Mercury Reader. You’ll have to file a ticket with them: GitHub - postlight/parser: 📜 Extract meaningful content from the chaos of a web page

Ok, I tried: Stripping src element · Issue #734 · postlight/parser · GitHub

Would you please look at it and see if it is technically correct? They want the relevant context, but I have no idea how it is hooked into newsblur.