mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-12 21:36:19 +00:00
Merge 264fe7d9fde437e044031ce5389e96dc880b940f into c5098961b04ce83f4615f2a846c84f803b072639
This commit is contained in:
commit
9e9315c43e
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user