From f25f719f7c2333d310696c3ed41e5a90ed078e55 Mon Sep 17 00:00:00 2001 From: BennyThink Date: Wed, 16 Feb 2022 21:39:01 +0800 Subject: [PATCH] accurate progress bar #63 --- ytdlbot/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ytdlbot/downloader.py b/ytdlbot/downloader.py index 493a7ac..b400981 100644 --- a/ytdlbot/downloader.py +++ b/ytdlbot/downloader.py @@ -64,7 +64,7 @@ def tqdm_progress(desc, total, finished, speed="", eta=""): ) raw_output = f.getvalue() tqdm_output = raw_output.split("|") - progress = f"[{tqdm_output[1]}]" + progress = f"`[{tqdm_output[1]}]`" detail = tqdm_output[2] text = f""" {desc}