mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-14 00:47:22 +08:00
Unfortunately, we cannot simply return False from FFmpegConcatPP.run() because the current post_process() function merely deletes the specified filename. For this to work properly, the postprocessor should be able to specify the files it wants to delete alongside the flag to delete them.