[SOLVED] Filter out updated articles #1501
-
Used a couple different RSS feeds, but this is the only one I have noticed this problem with. I appreciate the people who use their free time to work on this. I use RSS Guard as a Youtube feed to limit my time scrolling on Youtube, and I have a folder of creators that only upload a few times a year. Opened my feed to see multiple videos a day from them, but they were all old videos. Upon further investigation, it seems like RSS guard is adding things to my feed if the "updated" tag gets updated. For example, https://www.youtube.com/feeds/videos.xml?channel_id=UCK376qNDlNZZDNHsnaWuTeg (AntVenom youtuber). He apparently makes updates to old video relatively frequently. I was noticing that the old videos showing up in my feed were actually videos that were recently updated. Is there any way to disable this? I have not had a RSS Reader do this by default. This unfortunately completely clutters my RSS feed. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is happening not because of the specific YouTube channel - this is the default YouTube behavior for all channels. They "promote" (meaning update the "Updated" tags in ATOM feeds) old videos periodically based of unknown algorithms. This is not noticeable if the specific channel is updated frequently by itself (new videos are published often). But for rarely updated channels you will observe such behavior constantly. YouTube ATOM feed for any channel is always 15 newest entries ("newest" means newest based on "Published" tags, not "Updated"). So oldest entries will be cleaned by YouTube from the feed eventually according to "Published" tag. But RSS Guard consider entries newer or older based on "Updated" tag (which is quite reasonable). Some old entries can be made "new" in RSS Guard based on "Updated" tags, so actually newer items will be deleted from the database, But because they are still present in YouTube feed they will be fetched again. Possible ways to avoid this (maybe more exist so someone could add to this):
|
Beta Was this translation helpful? Give feedback.
This is happening not because of the specific YouTube channel - this is the default YouTube behavior for all channels. They "promote" (meaning update the "Updated" tags in ATOM feeds) old videos periodically based of unknown algorithms.
This is not noticeable if the specific channel is updated frequently by itself (new videos are published often). But for rarely updated channels you will observe such behavior constantly.
YouTube ATOM feed for any channel is always 15 newest entries ("newest" means newest based on "Published" tags, not "Updated"). So oldest entries will be cleaned by YouTube from the feed eventually according to "Published" tag. But RSS Guard consider entries newer or olde…