mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 22:03:55 -07:00
Merge a291936bb7
into c5098961b0
This commit is contained in:
commit
e2c6923df2
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ def _real_main(argv=None):
|
|||
'key': 'EmbedThumbnail',
|
||||
'already_have_thumbnail': already_have_thumbnail
|
||||
})
|
||||
if not already_have_thumbnail:
|
||||
if not already_have_thumbnail and not opts.skip_download:
|
||||
opts.writethumbnail = True
|
||||
# XAttrMetadataPP should be run after post-processors that may change file
|
||||
# contents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue