mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-06 22:24:29 +01:00
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.