Reinstate "VODs" in progress output

This commit is contained in:
Ivan Habunek 2024-08-30 07:59:51 +02:00
parent ff4a514b8a
commit 8f5d7f022f
No known key found for this signature in database
GPG Key ID: 01DB3DD0D824504C

View File

@ -131,7 +131,7 @@ class Progress:
clear_line()
total_label = f"/{self.file_count}" if self.file_count else ""
click.echo(f"Downloaded {self.downloaded_count}{total_label}", nl=False)
click.echo(f"Downloaded {self.downloaded_count}{total_label} VODs", nl=False)
click.secho(f" {self.progress_perc}%", fg="blue", nl=False)
if self.estimated_total is not None: