mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[youtube] Use mp4 as extension for format 38 (Fixes #892)
This commit is contained in:
		@@ -58,7 +58,7 @@ class YoutubeIE(InfoExtractor):
 | 
			
		||||
        '18': 'mp4',
 | 
			
		||||
        '22': 'mp4',
 | 
			
		||||
        '37': 'mp4',
 | 
			
		||||
        '38': 'video', # You actually don't know if this will be MOV, AVI or whatever
 | 
			
		||||
        '38': 'mp4',
 | 
			
		||||
        '43': 'webm',
 | 
			
		||||
        '44': 'webm',
 | 
			
		||||
        '45': 'webm',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user