youtube-dl

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

commit d2522b86ac7d1eff1f00e21bcd976a2616b6a6d2
parent 537f753399ed9fd07fcb9285a2a3330010394c85
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 15 Sep 2016 22:18:31 +0700

[options] Actually print Adobe Pass options sections in --help

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

diff --git 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: