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 [postprocessor/common] Use 'self._downloader.params' instead of 'self.params' 2015-09-05 12:11:36 +02:00
embedthumbnail.py [postprocessor/embedthumbnail] Skipping if thumbnail file missing 2015-06-18 22:05:02 +08:00
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 Postprocessors: use a list for the files that can be deleted 2015-04-18 11:36:42 +02:00
xattrpp.py [xattr] Enhanced error messages on Windows 2015-05-14 16:53:10 +08:00