From: Sergey M․ Date: Sat, 28 Jan 2017 14:06:22 +0000 (+0700) Subject: [options] Move --abort-on-unavailable-fragment to download section X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=732fb3f8be6cca47c60b3befee83ee9b5002984d;hp=008f247077027f10c947060d8f3bb886c9af6aa7;p=youtube-dl [options] Move --abort-on-unavailable-fragment to download section --- diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 0d2ce8d15..5e2936555 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -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')