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