We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f93ef9 + 43bb827 commit 096db10Copy full SHA for 096db10
xklb/tube_backend.py
@@ -347,7 +347,7 @@ def out_dir(p):
347
}
348
349
if args.verbose >= consts.LOG_DEBUG:
350
- func_opts["progress_hooks"] = [lambda d: log.debug(f"downloading {d['_percent_str']} {d['_speed_str']}")]
+ func_opts["progress_hooks"] = [lambda d: log.debug(f"downloading {d['_percent_str']} {d['_speed_str']} {d['downloaded_bytes']} bytes")]
351
352
if args.profile != DBType.audio:
353
func_opts["subtitlesformat"] = "srt/best"
0 commit comments