1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-27 18:33:31 +02:00
This commit is contained in:
Peter Upton 2024-07-27 20:29:32 +09:00 committed by GitHub
commit 1f340658b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2463,8 +2463,8 @@ class YoutubeDL(object):
header_line = ['format code', 'extension', 'resolution', 'note'] header_line = ['format code', 'extension', 'resolution', 'note']
self.to_screen( self.to_screen(
'[info] Available formats for %s:\n%s' % '[info] Available formats for %s (%s):\n%s' %
(info_dict['id'], render_table(header_line, table))) (info_dict['id'], info_dict['title'], render_table(header_line, table)))
def list_thumbnails(self, info_dict): def list_thumbnails(self, info_dict):
thumbnails = info_dict.get('thumbnails') thumbnails = info_dict.get('thumbnails')