This page, and quite a few others, can provide RSS and similar feeds, but they are hidden in a drop-down menu, like this:
However, the page HTML lacks any META tags that would provide feed discovery. For example, in this case:
<link rel="alternate" type="application/rss+xml"
title="Lectures du Framablog"
href="/feeds/videos.xml?videoChannelId=332" />
Anyone who does choose from the drop down in their browser gets page full of RSS, instead of subscribing to the feed.
I suggest that everywhere that RSS (or other) feeds are available, they are provided in META tags, so that they can be easily discovered and subscribed.
This would help to promote PeerTube watching by making it easy to subscribe using e.g. podcast software.
Describe the problem to be solved
If you try to pass a video channel such as https://framatube.org/c/framablog.audio/videos to a feed reader, it will complain that there is no feed there.
Describe the solution you would like
This page, and quite a few others, can provide RSS and similar feeds, but they are hidden in a drop-down menu, like this:
However, the page HTML lacks any META tags that would provide feed discovery. For example, in this case:
Anyone who does choose from the drop down in their browser gets page full of RSS, instead of subscribing to the feed.
I suggest that everywhere that RSS (or other) feeds are available, they are provided in META tags, so that they can be easily discovered and subscribed.
This would help to promote PeerTube watching by making it easy to subscribe using e.g. podcast software.
How to add RSS Autodiscovery to your site is a short article about this topic, in case that helps.
Thanks!