Etuldan / spaRSS

Based on Flym and Sparse RSS, this checks RSS/Atom news feeds, polling for updates from the device on a regular basis. Fetched items are available for offline reading.
Other
145 stars 31 forks source link

spaRSS doesn't show diaspora feed content by default #252

Closed ghost closed 7 years ago

ghost commented 7 years ago

When I add a diaspora Atom feed like https://diaspora.zone/public/holger.atom or https://joindiaspora.com/public/linux.atom to spaRSS, it only shows "Powered by diaspora*" as full content. After deactivating "Show full content", the full content is actually shown. So it's reversed.

Cj-Malone commented 7 years ago

"Show full content" actually means scrape the URL. I think that feature should be disabled on Atom entries with a content element (not just a summary tag) and RSS items with content:encoded (content being http://purl.org/rss/1.0/modules/content/)

Etuldan commented 7 years ago

As @Cj-Malone stated, "Show full content" is a URL scrapped and content extractor. It might fail, depending on the webpage (not the .rss or .atom on, but the Html page) If it works for diaspora, as they include the full content in their feed, so simply use the regular rss feature ;)