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

Should ytcc subscribe not actually add videos to the new playlist? #115

Open buzzingwires opened 1 year ago

buzzingwires commented 1 year ago

Invoking ytcc subscribe will add a playlist to the database, but the videos fetched as part of this operation are not added as well. This leads to redundantly calling ytcc update to actually populate the playlist.

Should the fetched videos automatically be added when calling ytcc subscribe?