mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:17:07 -05:00 
			
		
		
		
	Remove duplicate dictionary keys
This commit is contained in:
		@@ -1075,7 +1075,6 @@ class YoutubeDL(object):
 | 
			
		||||
                                'requested_formats': formats_info,
 | 
			
		||||
                                'format': rf,
 | 
			
		||||
                                'format_id': rf,
 | 
			
		||||
                                'ext': formats_info[0]['ext'],
 | 
			
		||||
                                'width': formats_info[0].get('width'),
 | 
			
		||||
                                'height': formats_info[0].get('height'),
 | 
			
		||||
                                'resolution': formats_info[0].get('resolution'),
 | 
			
		||||
 
 | 
			
		||||
@@ -122,7 +122,6 @@ class AppleTrailersIE(InfoExtractor):
 | 
			
		||||
            playlist.append({
 | 
			
		||||
                '_type': 'video',
 | 
			
		||||
                'id': video_id,
 | 
			
		||||
                'title': title,
 | 
			
		||||
                'formats': formats,
 | 
			
		||||
                'title': title,
 | 
			
		||||
                'duration': duration,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user