mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-11-01 09:26:45 -07:00 
			
		
		
		
	[extractor/common] Add container meta field for formats extracted in _parse_mpd_formats
This commit is contained in:
		
				
					committed by
					
						
						Sergey M․
					
				
			
			
				
	
			
			
			
						parent
						
							4f5cf31977
						
					
				
				
					commit
					126f225bcf
				
			@@ -1880,6 +1880,7 @@ class InfoExtractor(object):
 | 
			
		||||
                            'language': lang if lang not in ('mul', 'und', 'zxx', 'mis') else None,
 | 
			
		||||
                            'format_note': 'DASH %s' % content_type,
 | 
			
		||||
                            'filesize': filesize,
 | 
			
		||||
                            'container': mimetype2ext(mime_type) + '_dash',
 | 
			
		||||
                        }
 | 
			
		||||
                        f.update(parse_codecs(representation_attrib.get('codecs')))
 | 
			
		||||
                        representation_ms_info = extract_multisegment_info(representation, adaption_set_ms_info)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user