miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.97k stars 728 forks source link

MEDIA PROXY with third-party RSS reader #2810

Closed Qeynos closed 3 months ago

Qeynos commented 3 months ago

The proxy links generated by MEDIA PROXY are correct and the corresponding images can be seen normally in miniflux. However, if a third-party RSS reader is used, such as Reeder, it will not be able to correctly fetch the images. I have also tried to read the image URL, which cannot be directly accessed in the browser. I guess it requires session permission, but this also causes limitations in usage. I would like to ask if this is the original design, and if there is a solution.

In addition, I have tried setting MEDIA_PROXY_MODE=all; MEDIA_PROXY_RESOURCE_TYPES=video, using a YouTube RSS feed, but the videos in it were not proxied. Is there a problem with video recognition or is there an issue with my settings?

Detao-Zhang commented 3 months ago

I checked the requests in Reeder, and the issue in #2778 seems to still exist.

fguillot commented 3 months ago

Let's use the original issue #2769 instead of opening duplicates.