youtube-dl

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

commit ba319696a99f34342a321d23bb41d3d442a773cc
parent 910c55205293097e79b2a134b69b572984e37846
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 17 Jan 2015 23:56:34 +0100

[options] Clarify that --password can be left out (#4723)

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 @@ -264,7 +264,7 @@ def parseOpts(overrideArguments=None): authentication.add_option( '-p', '--password', dest='password', metavar='PASSWORD', - help='account password') + help='account password. If this option is left out, youtube-dl will ask interactively.') authentication.add_option( '-2', '--twofactor', dest='twofactor', metavar='TWOFACTOR',