utils.shell_quote: Convert the args to unicode strings
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 21 Nov 2013 13:09:28 +0000 (14:09 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 21 Nov 2013 13:09:28 +0000 (14:09 +0100)
commita6a173c2fddf2fa38a69ca750431b7ca6932bcb0
tree7d0aa6b243422b9d1400e8d07416aa51cb1abe0a
parent2bb683c2012ad45b0e3008664be5994aa603c196
utils.shell_quote: Convert the args to unicode strings

The youtube test video failed with `UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 34: ordinal not in range(128)`, the problem was with the filenames being encoded.
test/test_utils.py
youtube_dl/utils.py