Fix delayed title display in --console-title
authorMantas Mikulėnas <grawity@gmail.com>
Sat, 9 Feb 2013 20:58:12 +0000 (22:58 +0200)
committerMantas Mikulėnas <grawity@gmail.com>
Sat, 9 Feb 2013 20:58:12 +0000 (22:58 +0200)
commit906417c7c586218c5a61f9966ce7d67528f97b69
tree2ade541b192f8d143a927782b52ab1fddd2d143b
parent6aabe82035b0c5eff8b1d343e08a484ff0c12e60
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.
youtube_dl/FileDownloader.py