mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 02:27:11 -05:00 
			
		
		
		
	--list-formats: Only add "@" if vbr is given
This commit is contained in:
		@@ -1062,7 +1062,9 @@ class YoutubeDL(object):
 | 
			
		||||
                res += '%4dk ' % fdict['tbr']
 | 
			
		||||
            if (fdict.get('vcodec') is not None and
 | 
			
		||||
                    fdict.get('vcodec') != 'none'):
 | 
			
		||||
                res += '%-5s@' % fdict['vcodec']
 | 
			
		||||
                res += '%-5s' % fdict['vcodec']
 | 
			
		||||
                if fdict.get('vbr') is not None:
 | 
			
		||||
                    res += '@'
 | 
			
		||||
            elif fdict.get('vbr') is not None and fdict.get('abr') is not None:
 | 
			
		||||
                res += 'video@'
 | 
			
		||||
            if fdict.get('vbr') is not None:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user