Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Feed entries with <description> element don't have a description #1782

Open
reynir opened this issue Nov 21, 2023 · 5 comments
Open

Bug: Feed entries with <description> element don't have a description #1782

reynir opened this issue Nov 21, 2023 · 5 comments
Labels
bug Something isn't working help wanted upstream Tasks blocked or to be addressed upstream

Comments

@reynir
Copy link
Contributor

reynir commented Nov 21, 2023

RSS feeds with a <description> element are not populated with a description. See e.g.:

https://blog.robur.coop/feed.xml

It seems River fetches the page and scrapes html meta headers instead of the nice <description></description> served in the feed. For atom feeds I believe the <summary></summary> element should be used.

@sabine
Copy link
Collaborator

sabine commented Nov 21, 2023

Looks like it.

The upstream dependency river (https://github.com/kayceesrk/river) needs to be extended to properly handle extracting descriptions from the feed.

In river's post.ml, we need to add a new field description : string option that is populated from the <description>, or, respectively <summary> tags from the RSS2.0, respectively Atom feed.

Also, we should consider whether we still need to fall back to the metadata if these tags are not present.

@sabine
Copy link
Collaborator

sabine commented Feb 5, 2024

This needs to be addressed upstream in the dependency river. Here's a corresponding issue: tarides/river#12

@sabine sabine added the bug Something isn't working label Feb 5, 2024
@sabine sabine changed the title Feed entries with <description> element don't have a description Bug: Feed entries with <description> element don't have a description Feb 5, 2024
@0xRamsi
Copy link
Contributor

0xRamsi commented Apr 4, 2024

Not sure if this is the same bug or just related.

I use QuiteRSS, and I see entries and titles, but no content/description, and further, the link is just the link to another feed. E.g. https://tarides.com/feed.xml or https://alan.petitepomme.net/cwn/cwn.rss instead of getting to the actual article.
So all I can do, is subscribe to the other feed.

@reynir
Copy link
Contributor Author

reynir commented Apr 4, 2024

I think it is different (but maybe related). This issue is about how the rss/atom feeds are scraped and turned into markdown documents with metadata. I don't know how the markdown files are turned into the rss feed and how that might affect what you observe.

@0xRamsi
Copy link
Contributor

0xRamsi commented Apr 9, 2024

I looked into the feed. I believe it's (mostly) an issue with QuiteRSS. I open an issue there: QuiteRSS/quiterss#1603

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted upstream Tasks blocked or to be addressed upstream
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants