From caf8b6f8ef5ee3e9a4eb8e7db3e9beb90cf5ae4b Mon Sep 17 00:00:00 2001 From: Matthew Borden Date: Tue, 2 Dec 2014 01:49:10 +1100 Subject: [PATCH] Add: -d shortcut for --write-description, implements #3166 --- youtube_dl/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 2e8c71508..d2b05b750 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -537,7 +537,7 @@ def parseOpts(overrideArguments=None): action='store_false', dest='updatetime', default=True, help='do not use the Last-modified header to set the file modification time') filesystem.add_option( - '--write-description', + '-d','--write-description', action='store_true', dest='writedescription', default=False, help='write video description to a .description file') filesystem.add_option(