From 8156b18b378b3a4348703c3f33ed300bd313dd6a Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 25 Jan 2022 07:59:54 +0100 Subject: [PATCH] Tweak colors --- twitchdl/commands/download.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twitchdl/commands/download.py b/twitchdl/commands/download.py index eac905f..c53f9d2 100644 --- a/twitchdl/commands/download.py +++ b/twitchdl/commands/download.py @@ -227,10 +227,10 @@ def _download_clip(slug, args): url = get_clip_authenticated_url(slug, args.quality) print_out("Selected URL: {}".format(url)) - print_out("Downloading clip...") + print_out("Downloading clip...") download_file(url, target) - print_out("Downloaded: {}".format(target)) + print_out("Downloaded: {}".format(target)) def _download_video(video_id, args):