mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[ccc] Add language information to formats
This commit is contained in:
		| @@ -1791,6 +1791,10 @@ class YoutubeDL(object): | ||||
|         res = '' | ||||
|         if fdict.get('ext') in ['f4f', 'f4m']: | ||||
|             res += '(unsupported) ' | ||||
|         if fdict.get('language'): | ||||
|             if res: | ||||
|                 res += ' ' | ||||
|             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
	 Philipp Hagemeister
					Philipp Hagemeister