yt-dlc/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
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
ffmpeg.py [FFmpegPostProcessor] Default of prefer ffmpeg 2015-12-09 20:56:00 -03:00
metadatafromtitle.py
xattrpp.py