ncarlier / feedpushr

A simple feed aggregator daemon with sugar on top.
GNU General Public License v3.0
346 stars 26 forks source link

Repeated output of same articles #53

Closed windware-ono closed 2 years ago

windware-ono commented 2 years ago

I've added this feed and it seems both http and rdbms output keep repeating the same entries over and over on every interval.

https://ubuntu.com/security/notices/atom.xml

ncarlier commented 2 years ago

This feed is updating constantly the entry update date. Even if the entry is not updated!?! They should update the feed date but not the entry.

ncarlier commented 2 years ago

Switching to the RSS feed should fix this : https://ubuntu.com/security/notices/rss.xml

windware-ono commented 2 years ago

Ah, sorry that it was the feed that is behaving weird... and thanks for finding out the RSS version works fine.

lukedoomer commented 2 years ago

Hello @ncarlier. Thanks for this awesome project. I am facing the same problem. I need to monitor a feed, https://www.ptt.cc/atom/Lifeismoney.xml How to ignore the <updated> tag and make the <published> tag as the only time reference?

Switching to the RSS feed should fix this : https://ubuntu.com/security/notices/rss.xml

not every rss source has another fixed version.. Is there any workaround?

ncarlier commented 2 years ago

The (Atom specification)[https://validator.w3.org/feed/docs/atom.html] is very specific about this element:

Indicates the last time the entry was modified in a significant way. This value need not change after a typo is fixed, only after a substantial modification.

I only see these workarounds: