woefe / ytcc

Command line tool to keep track of your favorite playlists on YouTube and many other places.
GNU General Public License v3.0
178 stars 20 forks source link

New channel url doesn’t get parsed #73

Closed zoidby closed 3 years ago

zoidby commented 3 years ago

Previously, channel URLs were in the form of

https://www.youtube.com/channel/...

That seems to have been changed to:

https://www.youtube.com/c/...

Adding a channel with the new URL doesn’t resolve the playlist.

woefe commented 3 years ago

Something in youtube-dl's YouTube extractor changed. Channel URLs do not resolve to playlists anymore. As a workaround you can use youtube.com/.../videos

woefe commented 3 years ago

ytcc now performs stricter checks when subscribing. You cannot subscribe to channel URLs directly anymore. The new youtube-dl extractor for YouTube channels basically extracts a playlist of playlists. Ytcc cannot handle nested playlists.

Closed with 1b1f293.