mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[YoutubeDL] Improve _format_note
This commit is contained in:
		| @@ -1856,7 +1856,9 @@ class YoutubeDL(object): | ||||
|         if fdict.get('vbr') is not None: | ||||
|             res += '%4dk' % fdict['vbr'] | ||||
|         if fdict.get('fps') is not None: | ||||
|             res += ', %sfps' % fdict['fps'] | ||||
|             if res: | ||||
|                 res += ', ' | ||||
|             res += '%sfps' % fdict['fps'] | ||||
|         if fdict.get('acodec') is not None: | ||||
|             if res: | ||||
|                 res += ', ' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․