glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
8.59k stars 299 forks source link

[Request] Youtube filter for playlists #148

Open DickenSerm opened 5 months ago

DickenSerm commented 5 months ago

It would be cool if you could only display certain playlists from a YouTube channel.

svilenmarkov commented 5 months ago

Hey,

I'm currently using YouTube's RSS feed to fetch the videos which makes things fairly straightforward. I don't think there's an official RSS feed for playlists so getting that data would be trickier, however you could use something like RSS Bridge and generate an RSS feed for a playlist, then plug that into the RSS widget.

DickenSerm commented 5 months ago

Ok, I thought it would be easier. I'll try it then, thanks :)

DickenSerm commented 5 months ago

I just found something :) there is actually an official feed for playlists.

If you want to include it:

https://www.youtube.com/feeds/videos.xml?playlist_id=YOURPLAYLISTIDHERE

svilenmarkov commented 5 months ago

Ah, didn't know that, nice find! I'll get it added in a future release.

vishalkadam47 commented 2 months ago

added support for both channel and playlist IDs - https://github.com/glanceapp/glance/pull/212