diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-23 07:06:12 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-23 07:34:55 +0530 |
commit | 6aecd87106a50c76352e34c84cdf5fe63571cd1f (patch) | |
tree | d787f0a1e3fa46489a32a8b899d68e6fed0cc7ff /yt_dlp/options.py | |
parent | ed807c18376ecb61c2219b506040bc3e9464bde9 (diff) | |
download | hypervideo-pre-6aecd87106a50c76352e34c84cdf5fe63571cd1f.tar.lz hypervideo-pre-6aecd87106a50c76352e34c84cdf5fe63571cd1f.tar.xz hypervideo-pre-6aecd87106a50c76352e34c84cdf5fe63571cd1f.zip |
Release 2021.06.23
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index bd817fed7..4ad5223fa 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -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', |