Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
13.11k stars 1.52k forks source link

Provide feed discovery in meta tags to make subscription simple #6719

Closed rptb1 closed 1 week ago

rptb1 commented 1 week ago

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: image

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.

How to add RSS Autodiscovery to your site is a short article about this topic, in case that helps.

Thanks!

Chocobozzz commented 1 week ago

Thanks for reporting this issue, but this is a duplicate of https://github.com/Chocobozzz/PeerTube/issues/541