mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-03-05 14:23:05 +01:00

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`.