youtube-dl/youtube_dl/postprocessor
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
..
__init__.py [YoutubeDL] Make postprocessors declarative 2014-12-15 01:06:25 +01:00
atomicparsley.py [util] Move compatibility functions out of util 2014-11-02 11:23:42 +01:00
common.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
execafterdownload.py Fix PEP8 issue E713 2014-12-09 23:11:26 +01:00
ffmpeg.py [ffmpeg] Correctly encode paths on Windows 2015-01-09 19:02:07 +01:00
xattrpp.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00