youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b76f0e58f750fd420ac3078c7183b2de66da562c
parent bee6451fe88dbe8d983150cb17565d1c3e9024f7
Author: The Hatsune Daishi <nao20010128@gmail.com>
Date:   Sat, 29 Feb 2020 18:33:09 +0900

[options] Remove duplicate short option -v for --version (#24162)


Diffstat:
Myoutube_dl/options.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/options.py b/youtube_dl/options.py @@ -134,7 +134,7 @@ def parseOpts(overrideArguments=None): action='help', help='Print this help text and exit') general.add_option( - '-v', '--version', + '--version', action='version', help='Print program version and exit') general.add_option(