aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/yt/src/download/progress_hook.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/yt/src/download/progress_hook.rs b/crates/yt/src/download/progress_hook.rs
index c507165..ad754b0 100644
--- a/crates/yt/src/download/progress_hook.rs
+++ b/crates/yt/src/download/progress_hook.rs
@@ -168,7 +168,7 @@ pub fn progress_hook(
move_to_col(1);
eprint!(
- "'{}' [{}/{} at {}] -> [{} of {}{} {}] ",
+ "{} [{}/{} at {}] -> [{} of {}{} {}] ",
c!("34;1", get_title()),
c!("33;1", MaybeDuration::from_secs_f64(elapsed)),
c!("33;1", MaybeDuration::from_secs_f64(eta)),