youtube-dl/youtube_dl/postprocessor
Juan M Martínez 374c761e77 [FFmpegPostProcessor] Default of prefer ffmpeg
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`.
2015-12-09 20:56:00 -03:00
..
__init__.py Forgot to clean the remains of class 2015-04-24 09:17:46 +02:00
common.py
embedthumbnail.py
execafterdownload.py ExecAfterDownloadPP: fix __init__ method 2015-05-10 17:47:49 +02:00
ffmpeg.py [FFmpegPostProcessor] Default of prefer ffmpeg 2015-12-09 20:56:00 -03:00
metadatafromtitle.py
xattrpp.py