[YoutubeDL] set the 'thumbnails' field if the info_dict has the 'thumbnails' field
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 29 Jan 2015 19:15:38 +0000 (20:15 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 29 Jan 2015 19:15:38 +0000 (20:15 +0100)
commita7a14d958604f5334413e2fc1872a8317d5e4884
tree712fc4321307a6f004f912616ddef372681b614f
parent219337990b8008eab81e1f9adf9eba20757f3cad
[YoutubeDL] set the 'thumbnails' field if the info_dict has the 'thumbnails' field

Since the '--write-thumbnail' uses the 'thumbnails' field and we didn't updated the info_dict, it wouldn't detect the thumbnail. (fixes #4812)
youtube_dl/YoutubeDL.py