I already complained about post on reddit. It says that link to RSS is hidden, which is not true IMHO.
YouTube page contains HTML link to RSS feed in channel page, and most RSS clients should just pick it up just fine.
By the way I maintain a list of feeds, many of them are youtube in link below, so if you would like to find a channel you can use it
Links:
h ttps://github.com/rumca-js/awesome-database-feeds
My pet project is showing Youtube feeds nicely, along with other rss feeds, twitter feeds and searches and telegram channels. I've been working on it for the past year, still in beta, but I'd love to get feedbacks: https://aggly.com
I use a script to read the feed which then checks every video against https://www.youtube.com/shorts/VIDEO_ID. If it loads (200), it's a Short.
Stupid, but it works.
> Access to feeds from this network are restricted due to continued abuse of the service, which brings down the performance of feeds for everyone else. You'll need to use a verification token or use a different network to restore access
Ahh, good to know that my regular ISP got banned for something I have no clue about. Can't even read the blog.
> Nobody asked for shorts in their feed
This has been a big issue for me. I currently use RSS exclusively to view the YouTube channels that I'm subscribed to -- currently about 75 channels (and 27 nebula channels) -- and over half of my YouTube feeds are filled with several shorts (sometimes multiple ones by the same creator per day).
Looking for hashtags in the title and marking those videos as read is essentially muscle memory at this point.
my feed reader gets a 404/500 regularly with youtube feeds but i just assumed they were using those error codes instead of 429 for some reason
Unfortunately, navigating to this page seems to display:
> Too many requests are being made from an unsupported application. This unfortunately degrades the experience and makes feeds slow for everyone else. Please try back later.
I've been having some success by configuring my RSS reader with simple rules, like "please don't tell me about shorts" and "I don't care if this person is live right now." Too bad the real homepage shows three enormous thumbnails and pretty much exclusively the things I want to not see.
This happens regularly, for a few hours every day.
It's been pretty obvious for a long time that Youtube doesn't want you to have an objective view of anything. It wants you to trust in the Algorithm to spoonfeed you content. Even the subscription page now displays some arbitrary shit first. I'm absolutely sick of it.
Apparently, this guy doesn't get that RSS is a problem to Google, that they already tried to kill. Of course the neglect is by design. The only reason they keep RSS going is that there is a return on it and it does bring in users - such as me.
Article reads just like AI slop. The point is probably valid but the writing style gets annoying.
while we're complaining about this platform that desperately needs (but will never find) competition, it's fucked up that we can't access Watch History and Watch Later playlists via the api.
>When visiting a YouTube channel, there's no link to follow it in a feed reader, no "add feed" button, nothing.
There is literally a bell which you can set it so all videos get sent to your notification feed.
>But when that mission starts bleeding into the feeds of users who don't want it, it becomes a big problem.
Most people love shorts. It had extremely fast growth and continues to get a ton of engagement. Not wanting to see shorts is a small minority. It is disingenuous to pretend that no one wanted shorts when engagement is though the roof with the product.
I see people are doing scripts or other things to remove shorts from their feeds, but there is a simpler solution.
Take your RSS URL of a channel, e.g.:
https://www.youtube.com/feeds/videos.xml?channel_id=UCxSGC9B...
Replace the `channel_id` with `playlist_id` and replace `UC` with `UULF`. This prefix will only list normal videos:
https://www.youtube.com/feeds/videos.xml?playlist_id=UULFxSG...