]> gitweb @ CieloNegro.org - youtube-dl.git/commit
[options] Do not decode Unicode on Python 2.x
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 7 Jul 2016 17:40:58 +0000 (19:40 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 7 Jul 2016 17:41:00 +0000 (19:41 +0200)
commit30d22dae8e39237244798a8c3fa93df11edd2548
treebe115620da2d9aec50fd0f8502ca28938dc2829c
parent571808a7aa50fbc14c7e9db5569167bd19beac9d
[options] Do not decode Unicode on Python 2.x

The configuration file contents are being returned as unicode now, so decoding them is no longer necessary.
(Run python2 with -3 to see the warning before this commit)
youtube_dl/options.py