mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[youtube] Download DASH manifest by default (Closes #3887)
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister