mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-04 11:34:50 -04:00
Detect existing files correctly even when there is remux/recode
:ci skip dl
This commit is contained in:
@@ -469,6 +469,7 @@ def _real_main(argv=None):
|
||||
'extract_flat': opts.extract_flat,
|
||||
'mark_watched': opts.mark_watched,
|
||||
'merge_output_format': opts.merge_output_format,
|
||||
'final_ext': opts.recodevideo or opts.remuxvideo,
|
||||
'postprocessors': postprocessors,
|
||||
'fixup': opts.fixup,
|
||||
'source_address': opts.source_address,
|
||||
|
Reference in New Issue
Block a user