You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a case where you might want to use a custom translator. The universal feed type needs to choose one field when mapping from format-specific fields (like Atom's icon and logo), but you can create your own translator to change this behavior.
The README shows how to use custom translators. You can implement the gofeed.Translator interface to customize how Atom feeds are translated into the universal feed type. This would let you prioritize icon over logo or even preserve both fields.
Expected behavior
Feeder app shows my squared "icon.png" as feed icon
Actual behavior
Feeder app crops my landscape "logo.png" as feed icon
Steps to reproduce the behavior
I'm posting here because the Feeder author mentioned it's a gofeed behavior: spacecowboy/Feeder#270 (reply in thread)
The text was updated successfully, but these errors were encountered: