mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-26 19:35:21 +00:00
Since keep_video started as None we always set it to keep_video_wish unless it was None, so in the end keep_video == keep_video_wish. This should have been changed in f3ff1a3696, but I didn't notice it.