[YoutubeDL] Escape non-ASCII characters in URLs
authorSergey M․ <dstftw@gmail.com>
Fri, 12 Sep 2014 16:20:17 +0000 (23:20 +0700)
committerSergey M․ <dstftw@gmail.com>
Fri, 12 Sep 2014 16:20:17 +0000 (23:20 +0700)
commit37419b4f9937f11ed3ca3545a32ed3451eb734ee
treeb8f034004e7eeb0fb50924ed5501385e6ca87500
parent64a450131bef2759f8393e165659ad77238384aa
[YoutubeDL] Escape non-ASCII characters in URLs

urllib chokes on URLs with non-ASCII characters (see http://bugs.python.org/issue3991)
Working around by replacing request's original URL with escaped one
youtube_dl/YoutubeDL.py