[youtube] Extract formats from multiple DASH manifests (Closes #6093)
authorSergey M․ <dstftw@gmail.com>
Fri, 26 Jun 2015 18:36:23 +0000 (00:36 +0600)
committerSergey M․ <dstftw@gmail.com>
Fri, 26 Jun 2015 18:36:23 +0000 (00:36 +0600)
commitd8d24a922adb0646f9f78b2fc4a287a72fa7ff73
tree692817dbe8e9dc61e62ce7012730c7db3eb8094e
parent2988835af5cbe695e61d3b58bc65027f5b48fb63
[youtube] Extract formats from multiple DASH manifests (Closes #6093)

DASH manifest pointed by dashmpd from the video webpage and one pointed by get_video_info may
be different (namely different itag set) - some itags are missing from DASH manifest pointed by
webpage's dashmpd, some - from DASH manifest pointed by get_video_info's dashmpd).
The general idea is to take a union of itags of both DASH manifests (for example video with such
'manifest behavior' see https://github.com/rg3/youtube-dl/issues/6093).
youtube_dl/extractor/youtube.py