6 ms·
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:
by dflock 5mo ago
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 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 https://www.youtube.com/feeds/videos.xml?playlist_id=UULFxSG...
----
From this comment: https://news.ycombinator.com/item?id=48032508 https://news.ycombinator.com/item?id=48032508
- ajdude 4mo agoI'll give this a try!