Reduce logging in add-csv
This commit is contained in:
parent
6c3f9c870f
commit
637c319c30
@ -343,9 +343,6 @@ def main():
|
||||
if 0 <= args.limit <= processed:
|
||||
break
|
||||
if video_id in pl_videos:
|
||||
short_title = _truncate_title(pl_videos[video_id])
|
||||
print(f"Video '{short_title}' [{video_id}]"
|
||||
f" is already in playlist {args.playlist}")
|
||||
continue
|
||||
processed += int(add_video_to_playlist(youtube, video_id, playlist_id, args.dry_run))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user