TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
31.75k stars 3.09k forks source link

RSS bug #369

Closed marteaurouge closed 7 years ago

marteaurouge commented 8 years ago

Some channels RSS are not usable on Newpipe (you can't click on the RSS button, to send the url to your aggregator).

Explanation: Youtube is using two kind of RSS feeds, depending on your channels name:

Example with NBC News (username is set, both RSS work): https://www.youtube.com/feeds/videos.xml?user=NBCNews https://www.youtube.com/feeds/videos.xml?channel_id=UCeY0bbntWzzVIaj2z3QigXg

How to check for this? just go to a channel, and open the "videos'' tab, you'll either get:

https://www.youtube.com/user/USERNAME-HERE/videos or https://www.youtube.com/channel/CHANNEL-ID-HERE/videos

So Newspipe at the moment is only managing the RSS if the channel has a username set.

Example of a channel with no username set: https://www.youtube.com/channel/UCFIrTpC6LJDqzPMeBfgAGrQ/videos (RSS won't work on Newspipe)

aladar42 commented 7 years ago

Just wanted to pop in and say I would appreciate this bug being looked at very much. Thank you. :)

mauriciocolli commented 7 years ago

This issue is related to NewPipeExtractor (core repository).