Improve format listing for long format ids

Now arte.tv videos have quite long ids.
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-11-09 19:07:34 +01:00
parent f470c6c812
commit 897d6cc43a
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ class YoutubeDL(object):
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),