From cda1e15047daffc99e35145253286db7b7e80dad Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sun, 22 Sep 2024 02:35:35 -0300 Subject: [PATCH] adjust `queue_progress` --- votify/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/votify/cli.py b/votify/cli.py index a5d80b8..ee54115 100644 --- a/votify/cli.py +++ b/votify/cli.py @@ -362,7 +362,7 @@ def main( continue for index, download_queue_item in enumerate(download_queue, start=1): queue_progress = ( - f"Track {index}/{len(download_queue)}" f" from URL {url}/{len(urls)}" + f"Track {index}/{len(download_queue)} from URL {url_index}/{len(urls)}" ) media_metadata = download_queue_item.media_metadata try: