Add progress indicator for subtitle download

This commit is contained in:
bytedream 2023-07-12 21:15:01 +02:00
parent 751735477c
commit 49de7bbba9
2 changed files with 49 additions and 20 deletions

View file

@ -169,7 +169,7 @@ impl CliLogger {
let finish_str = "";
#[cfg(windows)]
// windows does not support all unicode characters by default in their consoles, so
// we're using this (square root?) symbol instead. microsoft.
// we're using this (square root) symbol instead. microsoft.
let finish_str = "";
let pb = ProgressBar::new_spinner();