mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-02-04 01:30:12 +09:00
Merge a291936bb7
into e1b3fa242c
This commit is contained in:
commit
33fd4d3310
@ -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…
Reference in New Issue
Block a user