Site RSS feed
Posted: 31 Oct 2020 18:10
Hello!
I'm writing about main site RSS feed - http://images.videolan.org/videolan-news.rss
The feed is working (users are able to subscribe), but after successful subscription via RSS reader, it is not updated properly e.g. when news appears on the site, RSS reader shows no updates in the feed.
I contacted RSS reader devs, and after double checking the situation, they adviced me to contact site administration, so they could fix the feed.
The problem is that, links to news in rss feed are linked with news position on the main news page (http://www.videolan.org/news.html) instead of the actual news post link.
When new post appears on the site, the link constantly points at news.html#news-1, instead of the actual news item (like news.html#news-2020-10-23 or news.html#news-2020-09-23).
RSS readers think that feed is not updated, because links and md5 of the broken link (#news-1) are constant all the time.
It makes RSS feed useless, as it doesn't do what it's made for - show site updates.
Please fix rss feed, for links to point to the actual posts with updates.
Best regards,
Toshik
I'm writing about main site RSS feed - http://images.videolan.org/videolan-news.rss
The feed is working (users are able to subscribe), but after successful subscription via RSS reader, it is not updated properly e.g. when news appears on the site, RSS reader shows no updates in the feed.
I contacted RSS reader devs, and after double checking the situation, they adviced me to contact site administration, so they could fix the feed.
The problem is that, links to news in rss feed are linked with news position on the main news page (http://www.videolan.org/news.html) instead of the actual news post link.
Code: Select all
<link>http://www.videolan.org/news.html#news-1</link>
<guid>urn:md5:1a1f0b49-4dcb-a05a-afe3-afcb6d09db53</guid>
RSS readers think that feed is not updated, because links and md5 of the broken link (#news-1) are constant all the time.
It makes RSS feed useless, as it doesn't do what it's made for - show site updates.
Please fix rss feed, for links to point to the actual posts with updates.
Best regards,
Toshik