1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

Add --break-on-existing by @gergesh

Authored-by: Yoav Shai <gergesh@gmail.com>
This commit is contained in:
pukkandan
2020-09-21 20:56:18 +05:30
committed by pukkandan
parent d052b9a112
commit ea6e0c2b0d
4 changed files with 15 additions and 2 deletions

View File

@@ -405,6 +405,7 @@ def _real_main(argv=None):
'youtube_print_sig_code': opts.youtube_print_sig_code,
'age_limit': opts.age_limit,
'download_archive': download_archive_fn,
'break_on_existing': opts.break_on_existing,
'cookiefile': opts.cookiefile,
'nocheckcertificate': opts.no_check_certificate,
'prefer_insecure': opts.prefer_insecure,