Browse Source

release 2014.08.24.6

Philipp Hagemeister 11 years ago
parent
commit
b8313f07bc
2 changed files with 2 additions and 1 deletions
  1. 1 0
      README.md
  2. 1 1
      youtube_dl/version.py

+ 1 - 0
README.md

@@ -255,6 +255,7 @@ which means you can modify it, redistribute it or use it however you like.
 ## Authentication Options:
 ## Authentication Options:
     -u, --username USERNAME          account username
     -u, --username USERNAME          account username
     -p, --password PASSWORD          account password
     -p, --password PASSWORD          account password
+    -2, --twofactor TWOFACTOR        two-factor auth code
     -n, --netrc                      use .netrc authentication data
     -n, --netrc                      use .netrc authentication data
     --video-password PASSWORD        video password (vimeo, smotri)
     --video-password PASSWORD        video password (vimeo, smotri)
 
 

+ 1 - 1
youtube_dl/version.py

@@ -1,2 +1,2 @@
 
 
-__version__ = '2014.08.24.5'
+__version__ = '2014.08.24.6'