Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some feeds not loading images #2461

Open
j0ra0 opened this issue Mar 7, 2024 · 2 comments
Open

Some feeds not loading images #2461

j0ra0 opened this issue Mar 7, 2024 · 2 comments

Comments

@j0ra0
Copy link

j0ra0 commented Mar 7, 2024

Hi,

I have tried to search for a solution, but have not yet found one, so I'm sorry if this has been up before.
Some of my newsfeeds (e.g. www.adressa.no) do not load images. The html from the original web page look like this:

<figure class="media image ratio-wide original">
<div class="ratio zoomable" style="padding-top: 66.67%;">
<img src="https://vcdn.polarismedia.no/9095794f-7425-4e20-b76f-e3389c06f60c?fit=clip&amp;h=600&amp;q=80&amp;tight=false&amp;w=800" alt="" class="loaded">
</div> 
</figure>

and Miniflux changes it to the following,

<figure>
<img src="data:image/gif;base64,R0lGODlhEAAJAIAAAP///wAAACH5BAEAAAAALAAAAAAQAAkAAAIKhI+py+0Po5yUFQA7" alt="" loading="lazy">
</figure>

Is there a fix? I really love having all my news in Miniflux.

@fguillot
Copy link
Member

Did you try to use the add_dynamic_image rewrite rule?

www.adressa.no has a Paywall. I can't access the articles.

@j0ra0
Copy link
Author

j0ra0 commented Mar 21, 2024

Thank you for your suggestion. I did try that already without any luck. Some articles are free, like these:

https://www.adressa.no/forbruker/i/P4Wm2R/de-har-laget-paaskequiz-fra-troendelag-folk-har-virkelig-bydd-paa-seg-sjoel

https://www.adressa.no/kultur/i/ondnV7/veien-til-ol-blir-dokumentarserie-det-er-mye-mer-enn-bare-slaassing

Btw, I can usually load them first picture in the article, but no more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants