mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
Update cli.py
This commit is contained in:
parent
739debcfb9
commit
1e311aa84e
@ -515,7 +515,7 @@ def main(
|
||||
cover_url = downloader.get_cover_url(track)
|
||||
if final_path.exists() and not overwrite:
|
||||
logger.warning(
|
||||
f'({current_track}) Music video already exists at "{final_path}", skipping'
|
||||
f'({queue_progress}) Music video already exists at "{final_path}", skipping'
|
||||
)
|
||||
else:
|
||||
logger.debug("Getting stream info")
|
||||
|
Loading…
Reference in New Issue
Block a user