[postprocessor/ffmpeg] Fix crash when ffprobe/avprobe are not installed (closes ...
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 3 Apr 2015 12:09:50 +0000 (14:09 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 3 Apr 2015 12:09:50 +0000 (14:09 +0200)
commit3da4b31359c8dbbad3477fbe8341e6fc293cda82
treec868c59009f06ae9ccf8769ea93981ff706adef6
parent4bbeb19fc77a49af763ce3443293b29b8450d686
[postprocessor/ffmpeg] Fix crash when ffprobe/avprobe are not installed (closes #5349)

'self.probe_basename' was None, so 'probe_executable' raised a KeyError exception
youtube_dl/postprocessor/ffmpeg.py