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.
yt-dlp/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`.
9 years ago
..
__init__.py
common.py
embedthumbnail.py
execafterdownload.py
ffmpeg.py [FFmpegPostProcessor] Default of prefer ffmpeg 9 years ago
metadatafromtitle.py
xattrpp.py