Feed only <content:encoded> is scraped and no <description> #3672
Unanswered
x0tester0x
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The description field is used only if the content element is missing or empty. There is only one content field in the entries table. This is not a bug, it was designed this way. v2/internal/reader/rss/adapter.go Lines 221 to 234 in eb6f7f3 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a feed whith
<description>
and<content:encoded>
tag, but only the<content:encoded>
is visible in miniflux, but it should show both also when not downloading the original content.The feed has this strukturte for the entries:
Can someone tell me what I am missing here or is this not implemented to use
<description>
and<content:encoded>
tag?Beta Was this translation helpful? Give feedback.
All reactions