mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-04-21 06:24:50 +09:00
Merge a28588e4c2a1db8b52eda16f0dff1a29233a85d0 into c5098961b04ce83f4615f2a846c84f803b072639
This commit is contained in:
commit
4104ffb913
@ -782,7 +782,7 @@ def parseOpts(overrideArguments=None):
|
|||||||
action='store_true', dest='writethumbnail', default=False,
|
action='store_true', dest='writethumbnail', default=False,
|
||||||
help='Write thumbnail image to disk')
|
help='Write thumbnail image to disk')
|
||||||
thumbnail.add_option(
|
thumbnail.add_option(
|
||||||
'--write-all-thumbnails',
|
'--all-thumbnails', '--write-all-thumbnails',
|
||||||
action='store_true', dest='write_all_thumbnails', default=False,
|
action='store_true', dest='write_all_thumbnails', default=False,
|
||||||
help='Write all thumbnail image formats to disk')
|
help='Write all thumbnail image formats to disk')
|
||||||
thumbnail.add_option(
|
thumbnail.add_option(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user