mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:27:07 -05:00 
			
		
		
		
	Update and correct (format,extension) table for YouTube
This commit is contained in:
		@@ -561,7 +561,8 @@ class YoutubeIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
		# Extension
 | 
			
		||||
		video_extension = {
 | 
			
		||||
			'17': '3gp',
 | 
			
		||||
			'13': '3gp',
 | 
			
		||||
			'17': 'mp4',
 | 
			
		||||
			'18': 'mp4',
 | 
			
		||||
			'22': 'mp4',
 | 
			
		||||
		}.get(format_param, 'flv')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user