Browse Source
[options] Actually print Adobe Pass options sections in --help
master
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
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: |
|
|
|