projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb50802
)
[options] Fix thumbnail option group name (closes #29042)
author
Sergey M․
<dstftw@gmail.com>
Sun, 16 May 2021 14:34:10 +0000
(21:34 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 16 May 2021 14:34:10 +0000
(21:34 +0700)
youtube_dl/options.py
patch
|
blob
|
history
diff --git
a/youtube_dl/options.py
b/youtube_dl/options.py
index 241cf110fe9117177b1c18ce35a6a97fbb195c6d..0a0641bd481893ba2c6247386f7c3f1ee9461ccf 100644
(file)
--- a/
youtube_dl/options.py
+++ b/
youtube_dl/options.py
@@
-768,7
+768,7
@@
def parseOpts(overrideArguments=None):
action='store_true', dest='rm_cachedir',
help='Delete all filesystem cache files')
- thumbnail = optparse.OptionGroup(parser, 'Thumbnail
image
s')
+ thumbnail = optparse.OptionGroup(parser, 'Thumbnail
Option
s')
thumbnail.add_option(
'--write-thumbnail',
action='store_true', dest='writethumbnail', default=False,