mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[YoutubeDL] Allow bestvideo+bestaudio/best strategy for ted extractor
This commit is contained in:
		| @@ -1092,7 +1092,7 @@ class YoutubeDL(object): | ||||
|         req_format = self.params.get('format') | ||||
|         if req_format is None: | ||||
|             req_format_list = [] | ||||
|             if info_dict['extractor'] == 'youtube' and FFmpegMergerPP(self).available: | ||||
|             if info_dict['extractor'] in ['youtube', 'ted'] and FFmpegMergerPP(self).available: | ||||
|                 req_format_list.append('bestvideo+bestaudio') | ||||
|             req_format_list.append('best') | ||||
|             req_format = '/'.join(req_format_list) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․