1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-09-01 10:55:08 +02:00
This commit is contained in:
Deleted user 2024-07-28 01:28:19 +09:00 committed by GitHub
commit 33fd4d3310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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