Tweak colors

This commit is contained in:
Ivan Habunek 2022-01-25 07:59:54 +01:00
parent 4ff4c8763c
commit 8156b18b37
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -227,10 +227,10 @@ def _download_clip(slug, args):
url = get_clip_authenticated_url(slug, args.quality) url = get_clip_authenticated_url(slug, args.quality)
print_out("<dim>Selected URL: {}</dim>".format(url)) print_out("<dim>Selected URL: {}</dim>".format(url))
print_out("Downloading clip...") print_out("<dim>Downloading clip...</dim>")
download_file(url, target) download_file(url, target)
print_out("Downloaded: {}".format(target)) print_out("Downloaded: <blue>{}</blue>".format(target))
def _download_video(video_id, args): def _download_video(video_id, args):