1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-30 00:00:02 -04:00
Files
youtube-dl/youtube_dl/FileDownloader.py
T
Mantas Mikulėnas 906417c7c5 Fix delayed title display in --console-title
With Python 3, the titlebar wouldn't get updated for a long time (due to
stderr buffering), and when it did, the title would be shown as b'...'
representation.
2013-02-09 22:58:12 +02:00

34 KiB