Browse Source

[options] Move --abort-on-unavailable-fragment to download section

master-ytdl-org
Sergey M․ 8 years ago
parent
commit
732fb3f8be
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/options.py

+ 1
- 1
youtube_dl/options.py View File

@ -450,7 +450,7 @@ def parseOpts(overrideArguments=None):
'--skip-unavailable-fragments',
action='store_true', dest='skip_unavailable_fragments', default=True,
help='Skip unavailable fragments (DASH and hlsnative only)')
general.add_option(
downloader.add_option(
'--abort-on-unavailable-fragment',
action='store_false', dest='skip_unavailable_fragments',
help='Abort downloading when some fragment is not available')


Loading…
Cancel
Save