mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	extractor: youtube: Set extension of AAC audio formats to m4a.
This, in particular, eases downloading both audio and videos in DASH formats before muxing them, which alleviates the problem that I exposed on issue Furthermore, one may argue that this is, indeed, the case for correctness's sake. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This commit is contained in:
		@@ -237,9 +237,9 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
 | 
				
			|||||||
        '137': 'mp4',
 | 
					        '137': 'mp4',
 | 
				
			||||||
        '138': 'mp4',
 | 
					        '138': 'mp4',
 | 
				
			||||||
        '139': 'mp4',
 | 
					        '139': 'mp4',
 | 
				
			||||||
        '140': 'mp4',
 | 
					        '140': 'm4a',
 | 
				
			||||||
        '141': 'mp4',
 | 
					        '141': 'm4a',
 | 
				
			||||||
        '160': 'mp4',
 | 
					        '160': 'm4a',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Dash webm
 | 
					        # Dash webm
 | 
				
			||||||
        '171': 'webm',
 | 
					        '171': 'webm',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user