1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-11 20:26:15 -05:00
Files
youtube-dl/youtube_dl/utils.py
Chirantan Ekbote 1ee9778405 Use sys.stdout.buffer instead of sys.stdout
sys.stdout defaults to text mode, we need to use the underlying buffer
instead when writing binary data.

Signed-off-by: Chirantan Ekbote <chirantan.ekbote@gmail.com>
2013-03-27 15:57:11 -04:00

18 KiB