mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 12:45:27 +00:00
[cookies] Report progress when importing cookies
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user