[youtube] Download DASH manifest by default (Closes #3887)

This commit is contained in:
Philipp Hagemeister 2014-10-13 00:03:08 +02:00
parent 4d7b03f1f2
commit 203fb43f36
2 changed files with 9 additions and 5 deletions

View file

@ -938,7 +938,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
raise ExtractorError('no conn, hlsvp or url_encoded_fmt_stream_map information found in video info')
# Look for the DASH manifest
if (self._downloader.params.get('youtube_include_dash_manifest', False)):
if self._downloader.params.get('youtube_include_dash_manifest', True):
try:
# The DASH manifest used needs to be the one from the original video_webpage.
# The one found in get_video_info seems to be using different signatures.