1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-05 01:57:06 -05:00
Files
youtube-dl/test/test_utils.py
Jaime Marquínez Ferrándiz a6a173c2fd 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.
2013-11-21 14:09:28 +01:00

7.0 KiB