1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-26 05:39:34 +00:00
This commit is contained in:
Deleted user 2024-06-14 09:08:59 +00:00 committed by GitHub
commit 0bd4568692
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -289,7 +289,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