logoalt Hacker News

dawidpotockitoday at 5:19 AM1 replyview on HN

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...


Replies

jraphtoday at 6:49 AM

Thanks, I guess I can get rid of my cron task that marks shorts as read in Nextcloud News. How did you find out?

show 1 reply