[core] Decode environment variables with filesystem encoding (Fixes #3854, Fixes...
authorSergey M․ <dstftw@gmail.com>
Tue, 30 Sep 2014 15:27:53 +0000 (22:27 +0700)
committerSergey M․ <dstftw@gmail.com>
Tue, 30 Sep 2014 15:27:53 +0000 (22:27 +0700)
commit4644ac5527e48a1a8c48dc790621c73913e6dbf8
tree3ff5c762d57d8d07755959b442457821d13fdc90
parente497a7f2ca46d485c2839969abc598faa16c49dc
[core] Decode environment variables with filesystem encoding (Fixes #3854, Fixes #3217, Fixes #2918)

Introduces compat versions of os.getenv and os.path.expanduser
test/test_utils.py
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
youtube_dl/cache.py
youtube_dl/options.py
youtube_dl/utils.py