projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a3cf9a
)
[options] Clarify --youtube-skip-dash-manifest
author
Sergey M․
<dstftw@gmail.com>
Sat, 27 Jun 2015 08:38:41 +0000
(14:38 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 27 Jun 2015 08:38:41 +0000
(14:38 +0600)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 6aeca61ee5e099e80a5d98a893afb8adde72e1cd..e3dfb7af93f6c7f74cd4257944df9adf6c230e67 100644
(file)
--- a/
youtube_dl/options.py
+++ b/
youtube_dl/options.py
@@
-346,7
+346,7
@@
def parseOpts(overrideArguments=None):
video_format.add_option(
'--youtube-skip-dash-manifest',
action='store_false', dest='youtube_include_dash_manifest',
- help='Do not download the DASH manifest on YouTube videos')
+ help='Do not download the DASH manifest
s and related data
on YouTube videos')
video_format.add_option(
'--merge-output-format',
action='store', dest='merge_output_format', metavar='FORMAT', default=None,