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

Fix Youtube channel with tabs #118

Open chemicalstorm opened 1 year ago

chemicalstorm commented 1 year ago

Youtube channel can enable additional features (eg. Shorts) which results in the channel having corresponding tabs.

Updating such a channel was broken as the object returned by YoutubeDL.extract_info will contains a "sub playlist". Fix the issue by checking if we have sub playlists and finding the one that is used for videos.

Note: this means we don't support any types other than Videos for now.

Fixes #113