]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
[FFmpegPostProcessor] Default of prefer ffmpeg
authorJuan M Martínez <joksnet@gmail.com>
Wed, 9 Dec 2015 23:56:00 +0000 (20:56 -0300)
committerJuan M Martínez <joksnet@gmail.com>
Wed, 9 Dec 2015 23:56:00 +0000 (20:56 -0300)
When no `downloader` is passed to `FFmpegPostProcessor`
an exception was raised trying to get the prefer ffmpeg param.

    AttributeError: 'NoneType' object has no attribute 'params'

This fixes and defaults to `False`.


No differences found