release 2015.01.22
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 22 Jan 2015 11:04:26 +0000 (12:04 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 22 Jan 2015 11:04:26 +0000 (12:04 +0100)
README.md
youtube_dl/version.py

index 078e9df828393989f931e53b587503e6547c37b3..60bd7e2b6da0cf643900a06e95d8a3340ed36999 100644 (file)
--- a/README.md
+++ b/README.md
@@ -304,7 +304,8 @@ which means you can modify it, redistribute it or use it however you like.
 
 ## Authentication Options:
     -u, --username USERNAME          login with this account ID
-    -p, --password PASSWORD          account password
+    -p, --password PASSWORD          account password. If this option is left
+                                     out, youtube-dl will ask interactively.
     -2, --twofactor TWOFACTOR        two-factor auth code
     -n, --netrc                      use .netrc authentication data
     --video-password PASSWORD        video password (vimeo, smotri)
index 63a79a7ee7122c1886442d32c635ad66f0fd663a..f5df7be310e80961a152e69936b3e5a09ec9fd35 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.01.16'
+__version__ = '2015.01.22'