miniflux / v2

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

fix: load icon from site URL instead of feed URL #2957

Open gabe565 opened 7 hours ago

gabe565 commented 7 hours ago

When force refreshing, feed icons get downloaded from the feed URL instead of the site URL. This is fine in most cases, but for any feeds that use an RSS generation service like RSS-Bridge, RSSHub, or one I built called Transsmute, the feed generator's icon will be downloaded instead of the actual website icon. This PR fixes this behavior by using the site URL.

Related to #2871

Fixes #2955

Do you follow the guidelines?