1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-12 13:26:19 +00:00

Merge 264fe7d9fde437e044031ce5389e96dc880b940f into c5098961b04ce83f4615f2a846c84f803b072639

This commit is contained in:
Peter Upton 2024-08-21 21:20:51 -04:00 committed by GitHub
commit 9e9315c43e
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']
self.to_screen(
'[info] Available formats for %s:\n%s' %
(info_dict['id'], render_table(header_line, table)))
'[info] Available formats for %s (%s):\n%s' %
(info_dict['id'], info_dict['title'], render_table(header_line, table)))
def list_thumbnails(self, info_dict):
thumbnails = info_dict.get('thumbnails')