mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-12 10:17:27 +00:00
[cleanup] Misc
This commit is contained in:
@@ -121,7 +121,7 @@ class FileDownloader:
|
||||
if time.hours > 99:
|
||||
return '--:--:--'
|
||||
if not time.hours:
|
||||
return '%02d:%02d' % time[1:-1]
|
||||
return ' %02d:%02d' % time[1:-1]
|
||||
return '%02d:%02d:%02d' % time[:-1]
|
||||
|
||||
format_eta = format_seconds
|
||||
|
Reference in New Issue
Block a user