aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-06-29 20:58:34 +0500
committerSergey M. <dstftw@gmail.com>2015-06-29 20:58:34 +0500
commitc608ee491f48820139491b6363e48ef151cc6d8c (patch)
tree03fb11976cccfc9288a2b6d7f212353b5301fb97 /youtube_dl/options.py
parent1bbe660dfa713d377fdf0eeec6b6d6a5fa8c86d9 (diff)
parentda77d856a1310b52975abbad82121a1b4c6597a9 (diff)
downloadyoutube-dl-c608ee491f48820139491b6363e48ef151cc6d8c.tar.xz
Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpd
[youtube] Extract formats from multiple DASH manifests (Closes #6093)
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index e7d067642..4762e1e3c 100644
--- 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 manifests and related data on YouTube videos')
video_format.add_option(
'--merge-output-format',
action='store', dest='merge_output_format', metavar='FORMAT', default=None,