youtube-dl/test
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
..
__init__.py
helper.py
parameters.json
test_age_restriction.py Adapt age restriction tests to new .info.json filenames 2013-11-20 07:37:07 +01:00
test_all_urls.py
test_download.py Adapt test to changed .info.json name 2013-11-20 06:34:48 +01:00
test_execution.py
test_playlists.py
test_subtitles.py
test_utils.py utils.shell_quote: Convert the args to unicode strings 2013-11-21 14:09:28 +01:00
test_write_annotations.py
test_write_info_json.py
test_youtube_lists.py
test_youtube_signature.py Simplify tests 2013-10-15 02:00:55 +02:00
test_YoutubeDL.py