youtube-dl/youtube_dl
Anisse Astier 1906c736b7 Properly handle platform name containing UTF-8 characters
On Fedora 19, python's platform name is something like "Linux-3.10.4-300.fc19.x86_64-x86_64-with-fedora-19-Schrödinger’s_Cat"

This causes a UnicodeDecodeError when running youtube-dl in verbose mode.

This commit fixes it by decoding the platform name properly with the util function decodeOption()
2013-08-10 23:24:51 +02:00
..
extractor New sig len 89 algo 2013-08-08 21:48:12 -07:00
__init__.py Properly handle platform name containing UTF-8 characters 2013-08-10 23:24:51 +02:00
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 2013-04-11 08:02:17 +03:00
FileDownloader.py Allow to download from m3u8 manifests with ffmpeg 2013-07-31 22:33:37 +02:00
InfoExtractors.py Remove mentions of old InfoExtractors module 2013-06-23 22:42:59 +02:00
PostProcessor.py Log a better error message if ffprobe or avconv are not found (related #1134) 2013-07-31 21:22:08 +02:00
update.py [update] Add package manager to error message (#959) 2013-07-01 02:36:49 +02:00
utils.py Add an extractor for videofy.me (closes #1171) 2013-08-03 22:50:27 +02:00
version.py release 2013.08.09 2013-08-09 15:49:09 +02:00
YoutubeDL.py Merge branch 'master' of github.com:rg3/youtube-dl 2013-08-08 08:56:59 +02:00