invidious
invidious copied to clipboard
RSS: Channel + Playlist improvements
Channel feed: don't make an extra request, deprecate thumbnail field
Playlist feed: return 404 when playlist isn't found
As RSS clients can make a lot of requests pretty quickly, I removed fetching the channel to get the thumbnail for the RSS feed. The rest of the fixes are mainly so FreeTube can detect if a channel doesn't exist via RSS
Related FreeTube PR: https://github.com/FreeTubeApp/FreeTube/pull/4407
closes: https://github.com/iv-org/invidious/issues/4021
This PR is working and still applicable.