1
0
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:
pukkandan
2021-01-28 10:48:36 +05:30
parent 179122495b
commit 6b591b2925
2 changed files with 32 additions and 17 deletions

View File

@@ -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,