aureliendavid / rsspreview

WebExtension to preview RSS feeds in the browser
MIT License
99 stars 6 forks source link

content:encoded field is ignored #45

Closed grr closed 4 years ago

grr commented 4 years ago

If the option "Display full articles even when summaries are present" is enabled, the description field is used even if the content:encoded field is also present.

aureliendavid commented 4 years ago

content:encoded should now be supported in v3.11

if the "display full articles.." option is checked, content:encoded will take precedence over description

thanks for the report, reopen the issue if the problem persists