1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 06:35:42 +07:00

[cookies] Report progress when importing cookies

This commit is contained in:
pukkandan
2022-04-10 01:01:48 +05:30
parent a25bca9f89
commit 97ec5bc550
3 changed files with 96 additions and 46 deletions

View File

@@ -178,4 +178,4 @@ def end(self):
*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')