mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:20:47 +00:00 
			
		
		
		
	Remove asr appearing twice in -F
				
					
				
			This commit is contained in:
		@@ -3069,7 +3069,7 @@ class YoutubeDL(object):
 | 
			
		||||
                        format_field(f, 'language', '[%s]'),
 | 
			
		||||
                        format_field(f, 'format_note'),
 | 
			
		||||
                        format_field(f, 'container', ignore=(None, f.get('ext'))),
 | 
			
		||||
                        format_field(f, 'asr', '%5dHz')))),
 | 
			
		||||
                    ))),
 | 
			
		||||
                ] for f in formats if f.get('preference') is None or f['preference'] >= -1000]
 | 
			
		||||
            header_line = ['ID', 'EXT', 'RESOLUTION', 'FPS', '|', ' FILESIZE', '  TBR', 'PROTO',
 | 
			
		||||
                           '|', 'VCODEC', '  VBR', 'ACODEC', ' ABR', ' ASR', 'MORE INFO']
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user