mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-13 05:47:35 +01:00
374c761e77
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`.