iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.19k stars 1.79k forks source link

[Enhancement] Separate Media RSS feeds for [Shorts, Videos, Live Streams] #4846

Closed APT37 closed 1 month ago

APT37 commented 1 month ago

Problems

Solution As the title says, separate feeds for each kind of video.

Alternative Adding corresponding tags to the existing feed. Even if this is possible, it still requires feed readers to be able to filter by those tags.

unixfox commented 1 month ago

You mean subscription feeds, right?

APT37 commented 1 month ago

Sorry, no. Changed the title to make it more clear.

ChunkyProgrammer commented 1 month ago

Should already be possible to use atom feeds for shorts only/live streams only/videos only

Nile Blue channel Id: UC1D3yD4wlPMico0dss264XA

Shorts: (replace UC from channel Id with UUSH and that's your playlist id) https://redirect.invidious.io/feed/playlist/UUSH1D3yD4wlPMico0dss264XA

Live: (replace UC from channel Id with UULV and that's your playlist id) https://redirect.invidious.io/feed/playlist/UULV1D3yD4wlPMico0dss264XA

Videos: (replace UC from channel Id with UULF and that's your playlist Id) https://redirect.invidious.io/feed/playlist/UULF1D3yD4wlPMico0dss264XA

APT37 commented 1 month ago

Wow, that's great news. Thank you so much!