mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-28 15:04:49 +00:00
Add --break-on-existing by @gergesh
Authored-by: Yoav Shai <gergesh@gmail.com>
This commit is contained in:
@@ -344,6 +344,10 @@ def parseOpts(overrideArguments=None):
|
||||
'--download-archive', metavar='FILE',
|
||||
dest='download_archive',
|
||||
help='Download only videos not listed in the archive file. Record the IDs of all downloaded videos in it.')
|
||||
selection.add_option(
|
||||
'--break-on-existing',
|
||||
action='store_true', dest='break_on_existing', default=False,
|
||||
help="Stop the download process after attempting to download a file that's in the archive.")
|
||||
selection.add_option(
|
||||
'--include-ads',
|
||||
dest='include_ads', action='store_true',
|
||||
|
Reference in New Issue
Block a user