Add --list-thumbnails
This commit is contained in:
parent
1e10802990
commit
cfb56d1af3
7 changed files with 80 additions and 10 deletions
|
@ -331,6 +331,7 @@ def _real_main(argv=None):
|
|||
'call_home': opts.call_home,
|
||||
'sleep_interval': opts.sleep_interval,
|
||||
'external_downloader': opts.external_downloader,
|
||||
'list_thumbnails': opts.list_thumbnails,
|
||||
}
|
||||
|
||||
with YoutubeDL(ydl_opts) as ydl:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue