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?
[x] I have tested my changes
[x] There are no breaking changes
[x] I really tested my changes and there is no regression
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?