yt-dlc/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  and .
..
__init__.py [YoutubeDL] Make postprocessors declarative
atomicparsley.py [util] Move compatibility functions out of util
common.py [test_unicode_literals] Arm unicode_literals check
execafterdownload.py Fix PEP8 issue E713
ffmpeg.py [ffmpeg] Correctly encode paths on Windows
xattrpp.py [test_unicode_literals] Arm unicode_literals check