Frédéric Guillot

Results 133 comments of Frédéric Guillot

> I might be wrong, but the only two changelog entries that might be related to this seem to be the "Change default `Accept` header when fetching feeds" and the...

I am having a hard time understanding what problem you are facing. Changing the `YOUTUBE_EMBED_URL_OVERRIDE` will only take effect on new articles. It won't change existing entries already saved in...

Looks like the meta tags are defined incorrectly on these websites if you look at the HTML source. Example with https://links.nixdevil.com: ```html ``` The problem is not on Miniflux side....

This change was made in this PR https://github.com/miniflux/v2/pull/2322 and also discussed here: https://github.com/miniflux/v2/pull/2322#issuecomment-1935293297 Citing @krvpb024 (The contributor that made all these accessibility improvements): > This change is because in the...

This website is most likely misconfigured. It should not reply a compressed body (see `Content-Encoding` value) if the client did not send explicitly a `Accept-Encoding` header. - Does not work:...

Looks like the unit tests are failing after your rebase

> Hi @fguillot - are you open for a pull request adding sqlite support? I'm not against that. However, I'm a little bit concerned about the number of changes required....

They are blocking the request or the source IP network with some bot protection mechanism. Testing with `curl`, it doesn't work with Hetzner Hosting or Digital Ocean, but it works...