mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Improve format listing for long format ids
Now arte.tv videos have quite long ids.
This commit is contained in:
		| @@ -782,7 +782,7 @@ class YoutubeDL(object): | |||||||
|  |  | ||||||
|     def list_formats(self, info_dict): |     def list_formats(self, info_dict): | ||||||
|         def line(format): |         def line(format): | ||||||
|             return (u'%-15s%-10s%-12s%s' % ( |             return (u'%-20s%-10s%-12s%s' % ( | ||||||
|                 format['format_id'], |                 format['format_id'], | ||||||
|                 format['ext'], |                 format['ext'], | ||||||
|                 self.format_resolution(format), |                 self.format_resolution(format), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz