projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
008f247
)
[options] Move --abort-on-unavailable-fragment to download section
author
Sergey M․
<dstftw@gmail.com>
Sat, 28 Jan 2017 14:06:22 +0000
(21:06 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 28 Jan 2017 14:06:22 +0000
(21:06 +0700)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 0d2ce8d1506e9acaa3fd2f13a001793257dac68f..5e2936555965132530ac471dd318709abd7cc3ad 100644
(file)
--- 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')