mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 19:07:07 -05:00 
			
		
		
		
	[YoutubeDL] Improve _format_note
This commit is contained in:
		@@ -1836,7 +1836,7 @@ class YoutubeDL(object):
 | 
			
		||||
        if fdict.get('language'):
 | 
			
		||||
            if res:
 | 
			
		||||
                res += ' '
 | 
			
		||||
            res += '[%s]' % fdict['language']
 | 
			
		||||
            res += '[%s] ' % fdict['language']
 | 
			
		||||
        if fdict.get('format_note') is not None:
 | 
			
		||||
            res += fdict['format_note'] + ' '
 | 
			
		||||
        if fdict.get('tbr') is not None:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user