This commit is contained in:
Cyberes 2023-01-21 18:16:22 -07:00
parent 16ca32ee7c
commit e9d1d33049
No known key found for this signature in database
GPG Key ID: 194A1C358AACFC39
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ while True:
else:
playlist_bar.write(f"All videos already downloaded for '{playlist['title']}'.")
error_msg = f'Encountered {encountered_errors} errors.'
error_msg = f'Encountered {encountered_errors} errors on {errored_videos} videos.'
if args.daemon:
logger.info(error_msg)
else: