mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 07:05:41 +07:00
[EmbedThumbnail] Fix for already downloaded thumbnail
This commit is contained in:
@@ -1200,7 +1200,7 @@ def _dict_from_options_callback(
|
||||
postproc.add_option(
|
||||
'--embed-thumbnail',
|
||||
action='store_true', dest='embedthumbnail', default=False,
|
||||
help='Embed thumbnail in the audio as cover art')
|
||||
help='Embed thumbnail in the video/audio as cover art')
|
||||
postproc.add_option(
|
||||
'--no-embed-thumbnail',
|
||||
action='store_false', dest='embedthumbnail',
|
||||
|
||||
Reference in New Issue
Block a user