summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-09-15 22:18:31 +0700
committerSergey M․ <dstftw@gmail.com>2016-09-15 22:18:31 +0700
commitd2522b86ac7d1eff1f00e21bcd976a2616b6a6d2 (patch)
treee23c71c089a6ef5c30d9eea504939d0ea34256ee
parent537f753399ed9fd07fcb9285a2a3330010394c85 (diff)
downloadyoutube-dl-d2522b86ac7d1eff1f00e21bcd976a2616b6a6d2.tar.gz
youtube-dl-d2522b86ac7d1eff1f00e21bcd976a2616b6a6d2.tar.xz
youtube-dl-d2522b86ac7d1eff1f00e21bcd976a2616b6a6d2.zip
[options] Actually print Adobe Pass options sections in --help
-rw-r--r--youtube_dl/options.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 100d21310..53497fbc6 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -831,6 +831,7 @@ def parseOpts(overrideArguments=None):
     parser.add_option_group(video_format)
     parser.add_option_group(subtitles)
     parser.add_option_group(authentication)
+    parser.add_option_group(adobe_pass)
     parser.add_option_group(postproc)
 
     if overrideArguments is not None: