1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-03 02:49:28 +00:00
youtube-dl/youtube_dl
Sergey M․ d8d24a922a [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).
2015-06-27 00:36:23 +06:00
..
downloader [downloader/external] Add downloader for httpie (closes #6079) 2015-06-25 15:48:04 +02:00
extractor [youtube] Extract formats from multiple DASH manifests (Closes #6093) 2015-06-27 00:36:23 +06:00
postprocessor [utils/ffmpeg] Move ISO 639 related codes to utils 2015-06-21 18:53:17 +08:00
__init__.py Add --force-generic-extractor 2015-06-12 19:20:12 +06:00
__main__.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
aes.py [aes] Fix for python 3.2 2015-05-22 00:06:10 +06:00
cache.py [cache] Fix writing to paths with unicode characters 2014-11-19 00:02:24 +01:00
compat.py Remove code that was only used by the Grooveshark extractor 2015-05-02 17:29:56 +02:00
jsinterp.py [jsinterp] Disable comment support 2015-02-18 10:47:42 +01:00
options.py Merge pull request #5961 from dstftw/force-generic-extractor 2015-06-24 19:10:45 +05:00
swfinterp.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
update.py update: Use https for getting the version info (fixes #5909) 2015-06-07 00:21:30 +02:00
utils.py [utils] Support ttaf1 namespace in TTML 2015-06-21 19:24:39 +08:00
version.py release 2015.06.25 2015-06-25 07:43:49 +02:00
YoutubeDL.py Merge pull request #5961 from dstftw/force-generic-extractor 2015-06-24 19:10:45 +05:00