Compare commits

...

2 Commits

Author SHA1 Message Date
Deleted user
33fd4d3310
Merge a291936bb7 into e1b3fa242c 2024-07-28 01:28:19 +09:00
kikuyan
a291936bb7 stop adding --write-thumbnail to --embed-thumbnail if --skip-download 2021-08-13 12:27:02 +09:00

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