mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-05 10:41:51 +03:00
Currently, when `--no-continue` is used, yt-dlp will attempt to download from the first fragment and **append** decrypted fragments to the temp file (or the actual video file), causing data duplication when resuming a partially downloaded video. This fixes the issue by partially reverting the behavior of the fragment downloader to match its description in the README file.