is there an actually good way to get RSS feeds for like.
-
is there an actually good way to get RSS feeds for like. youtube channels?
like have RSS updates for youtube channels I dont want to miss new stuff from because youtube itself sucks at doing that reliably it seems -
is there an actually good way to get RSS feeds for like. youtube channels?
like have RSS updates for youtube channels I dont want to miss new stuff from because youtube itself sucks at doing that reliably it seems@inderix If you want channel by channel, it's unfortunately a pain in the ass to do: https://www.thewindowsclub.com/how-to-get-youtube-channel-rss-feed
There apparently do exist some bookmarklets that let you do that bit all at once, but IDK which ones work with how Youtube is structured today.
At least for how the URL should look at the end, this is the RSS feed for my channel: https://www.youtube.com/feeds/videos.xml?channel_id=UCAgQokuim2R2My95wrKg5yw - annoyingly, that channel_id is annoying to find. Inspect Element search for browse_id to get it, because it's obscured by the handle system they've had for some time.
Alas, it's not as easy as it should be >.< -
@inderix If you want channel by channel, it's unfortunately a pain in the ass to do: https://www.thewindowsclub.com/how-to-get-youtube-channel-rss-feed
There apparently do exist some bookmarklets that let you do that bit all at once, but IDK which ones work with how Youtube is structured today.
At least for how the URL should look at the end, this is the RSS feed for my channel: https://www.youtube.com/feeds/videos.xml?channel_id=UCAgQokuim2R2My95wrKg5yw - annoyingly, that channel_id is annoying to find. Inspect Element search for browse_id to get it, because it's obscured by the handle system they've had for some time.
Alas, it's not as easy as it should be >.<