youtube-dl/youtube_dl
Philipp Hagemeister b0e87c3110 [ffmpeg] Correctly encode paths on Windows
On Python 2.x on Windows, if there are any unicode arguments in the command argument list, the whole list is converted to unicode internally.
Therefore, we need to call encodeArgument on every argument.

Fixes #4337 and #4668.
2015-01-09 19:02:07 +01:00
..
downloader [downloader/f4m] Minor cleanup 2015-01-05 21:12:33 +02:00
extractor [tudou] Fix extraction 2015-01-08 18:03:29 +01:00
postprocessor [ffmpeg] Correctly encode paths on Windows 2015-01-09 19:02:07 +01:00
__init__.py Add --print-json (Closes #2845) 2015-01-08 18:03:29 +01:00
__main__.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
aes.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
cache.py [cache] Fix writing to paths with unicode characters 2014-11-19 00:02:24 +01:00
compat.py [compat] Simplify kwarg detection code 2014-12-12 12:42:35 +01:00
jsinterp.py Update jsinterp.py 2014-11-21 17:09:22 +08:00
options.py Add --print-json (Closes #2845) 2015-01-08 18:03:29 +01:00
swfinterp.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
update.py Fix PEP8 issue E713 2014-12-09 23:11:26 +01:00
utils.py Respect age_limit when listing extractors (Fixes #4653) 2015-01-07 07:20:20 +01:00
version.py release 2015.01.08 2015-01-08 16:15:08 +01:00
YoutubeDL.py [YoutubeDL] Allow selection by more extensions 2015-01-08 16:14:50 +01:00