1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-05 02:23:39 +08:00

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

This commit is contained in:
Sergey M․
2017-01-28 21:06:22 +07:00
committed by motophil
Unverified
parent 0975662837
commit 4a85ea735d
+1 -1
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')