mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 01:02:48 +01:00
Improve format listing for long format ids
Now arte.tv videos have quite long ids.
This commit is contained in:
parent
f470c6c812
commit
897d6cc43a
@ -782,7 +782,7 @@ def format_resolution(format, default='unknown'):
|
||||
|
||||
def list_formats(self, info_dict):
|
||||
def line(format):
|
||||
return (u'%-15s%-10s%-12s%s' % (
|
||||
return (u'%-20s%-10s%-12s%s' % (
|
||||
format['format_id'],
|
||||
format['ext'],
|
||||
self.format_resolution(format),
|
||||
|
Loading…
Reference in New Issue
Block a user