|
|
|
|
|
by throw7
82 days ago
|
|
Just asking: Is there an open source project that I can self-host that can organize my current subscriptions into separate groups/categories and make things easy to view/hide/digest? Many moons ago, I could hover and hide a video I didn't want to see in my feed with a single click. Best UX user feature evar... it was gone in a week or two I feel. I'm kinda ashamed to say I have multiple youtube accounts to keep my sanity, but yeah. |
|
There are two types of channel RSS feeds
https://www.youtube.com/feeds/videos.xml?channel_id=<CHANNEL_ID>
And the older
https://www.youtube.com/feeds/videos.xml?user=<username>
Youtube used to have an opml export button but there are a few github projects that convert the youtube subscription csv that dumps out of the account data export.
Edit: If you want to filter out shorts using the selfhosted application rssbridge allows you to do this.