]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/__init__.py
Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and...
[yt-dlp.git] / youtube_dlc / __init__.py
index 105786bc059e8e45054c7ef85c57ea1652c91542..7d72ab98533d96ed1f7c34a1433a7b44f604cfe9 100644 (file)
@@ -405,6 +405,7 @@ def parse_retries(retries):
         '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,