You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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`.
9 years ago
..
__init__.py Forgot to clean the remains of class 9 years ago
common.py [postprocessor/common] Use 'self._downloader.params' instead of 'self.params' 9 years ago
embedthumbnail.py [postprocessor/embedthumbnail] Skipping if thumbnail file missing 9 years ago
execafterdownload.py ExecAfterDownloadPP: fix __init__ method 9 years ago
ffmpeg.py [FFmpegPostProcessor] Default of prefer ffmpeg 9 years ago
metadatafromtitle.py Postprocessors: use a list for the files that can be deleted 9 years ago
xattrpp.py [xattr] Enhanced error messages on Windows 9 years ago