Page 1 of 1
RSS feed updates don't show up on Google reader
Posted: 03 Nov 2012 00:43
by anewuser
Hello. For some reason,
Google Reader parses VLC RSS (
http://www.videolan.org/videolan-news.rss) posts with the wrong timestamp, as if all new posts were published in 2010. Because of that, no new updates show up for Google Reader users.
This has been reported to Google months ago, but nobody replied to the thread. Can you please take a look at your RSS code to verify if the problem isn't actually on your side?
Re: RSS feed updates don't show up on Google reader
Posted: 05 Nov 2012 11:35
by Jean-Baptiste Kempf
Re: RSS feed updates don't show up on Google reader
Posted: 06 Nov 2012 00:28
by anewuser
Re: RSS feed updates don't show up on Google reader
Posted: 06 Nov 2012 11:08
by Jean-Baptiste Kempf
So?
The source clearly states:
<pubDate>Fri, 02 Nov 2012 00:00:00 +0100</pubDate>
<pubDate>Thu, 18 Oct 2012 00:00:00 +0200</pubDate>
Re: RSS feed updates don't show up on Google reader
Posted: 26 Mar 2013 20:05
by anewuser
The problem is that your feed recycles the same URL, so readers interpret new posts as if they were duplicates of old posts. See this reply from the programmer of another reader:
I fixed the problem. It didn't work before because their feed recycles the same URLs so I never logged that anything new was being added and stopped checking after a year. Then when an update was forced by visiting the feed it didn't find anything during the last 30 days to change.
Re: RSS feed updates don't show up on Google reader
Posted: 26 Mar 2013 20:38
by Jean-Baptiste Kempf
I don't understand what recycles the same URL means.
Re: RSS feed updates don't show up on Google reader
Posted: 27 Mar 2013 05:37
by anewuser
It means that all new entries point to the same URL (
http://www.videolan.org/news.html). You could change that by adding something like "?2013-03-27" to the end of the post URL, so the full link read like
http://www.videolan.org/news.html?2013-03-27#news-1 instead of just
http://www.videolan.org/news.html#news-1
Re: RSS feed updates don't show up on Google reader
Posted: 27 Mar 2013 14:53
by Jean-Baptiste Kempf
Should be fixed.
Re: RSS feed updates don't show up on Google reader
Posted: 02 Apr 2013 15:50
by anewuser
Thank you!