1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 16:13:56 -04:00

Release 2021.06.23

This commit is contained in:
pukkandan
2021-06-23 07:06:12 +05:30
parent ed807c1837
commit 6aecd87106
5 changed files with 53 additions and 12 deletions

View File

@@ -1204,7 +1204,7 @@ def parseOpts(overrideArguments=None):
postproc.add_option(
'--embed-thumbnail',
action='store_true', dest='embedthumbnail', default=False,
help='Embed thumbnail in the video/audio as cover art')
help='Embed thumbnail in the video as cover art')
postproc.add_option(
'--no-embed-thumbnail',
action='store_false', dest='embedthumbnail',