mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 22:03:55 -07:00
Merge 264fe7d9fd
into c5098961b0
This commit is contained in:
commit
9e9315c43e
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue