Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpd

[youtube] Extract formats from multiple DASH manifests (Closes #6093)
This commit is contained in:
Sergey M. 2015-06-29 20:58:34 +05:00
commit c608ee491f
2 changed files with 54 additions and 24 deletions

View file

@ -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,