diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-06-27 14:38:41 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-06-27 14:38:41 +0600 |
commit | b2575b38e76e14b7552a43cd707a03fe78748f40 (patch) | |
tree | 314b3059ac5aff573b0411fcab0924ecedc6bada | |
parent | 0a3cf9ad3dc1a038018ff347473c0e2d8fc10a69 (diff) |
[options] Clarify --youtube-skip-dash-manifest
-rw-r--r-- | youtube_dl/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 6aeca61ee..e3dfb7af9 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, |