mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-06 16:27:17 +08: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`.