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: