[YoutubeDL] Fix bug in the detection of formats that don't contain video (fixes ...
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 12 Nov 2014 08:42:35 +0000 (09:42 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 12 Nov 2014 08:42:35 +0000 (09:42 +0100)
commitc295490830d46379e89ce2128dc18a6cb2db3b72
treeb966ebe34c3ec3fb6bd838a40e8eef75d13cb3bf
parenteb4cb42a028f1050f8c64d9efdd865b2b782e929
[YoutubeDL] Fix bug in the detection of formats that don't contain video (fixes #4150)

If the format requested was not available, we called the method '.get' in None.
youtube_dl/YoutubeDL.py