diff --git a/twitchdl/commands.py b/twitchdl/commands.py index 134f3d0..5fbb63f 100644 --- a/twitchdl/commands.py +++ b/twitchdl/commands.py @@ -299,4 +299,4 @@ def _download_video(video_id, args): print_out("\nDeleting temporary files...") shutil.rmtree(target_dir) - print_out("Downloaded: {}".format(target)) + print_out("\nDownloaded: {}".format(target))