aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/minicurses.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-04-10 01:01:48 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-04-10 01:21:35 +0530
commit97ec5bc550e0e34f3e79cdbfb5ad9d81b228ceb8 (patch)
tree95c8af1af2d5cc423de4980b99ee17102b07ce17 /yt_dlp/minicurses.py
parenta25bca9f89f77e6e5153c3400c4a27020d8cba9d (diff)
[cookies] Report progress when importing cookies
Diffstat (limited to 'yt_dlp/minicurses.py')
-rw-r--r--yt_dlp/minicurses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/minicurses.py b/yt_dlp/minicurses.py
index f9f99e390..d7a8ffddd 100644
--- a/yt_dlp/minicurses.py
+++ b/yt_dlp/minicurses.py
@@ -178,4 +178,4 @@ class MultilinePrinter(MultilinePrinterBase):
*text, CONTROL_SEQUENCES['ERASE_LINE'],
f'{CONTROL_SEQUENCES["UP"]}{CONTROL_SEQUENCES["ERASE_LINE"]}' * self.maximum)
else:
- self.write(*text, ' ' * self._lastlength)
+ self.write('\r', ' ' * self._lastlength, '\r')