summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-24 15:19:33 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-24 15:19:33 +0200
commitb8313f07bc8c7565c9255b131d307d10b8d02538 (patch)
treea7389c61f75db0a95e8cc7027dc210b79b2edbc4
parent92a17d28acaf329d7f69ddebe9ac20c136e910a3 (diff)
downloadyoutube-dl-b8313f07bc8c7565c9255b131d307d10b8d02538.tar.gz
youtube-dl-b8313f07bc8c7565c9255b131d307d10b8d02538.tar.xz
youtube-dl-b8313f07bc8c7565c9255b131d307d10b8d02538.zip
release 2014.08.24.6 2014.08.24.6
-rw-r--r--README.md1
-rw-r--r--youtube_dl/version.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 72449cad7..ba9fec8a7 100644
--- a/README.md
+++ b/README.md
@@ -255,6 +255,7 @@ which means you can modify it, redistribute it or use it however you like.
 ## Authentication Options:
     -u, --username USERNAME          account username
     -p, --password PASSWORD          account password
+    -2, --twofactor TWOFACTOR        two-factor auth code
     -n, --netrc                      use .netrc authentication data
     --video-password PASSWORD        video password (vimeo, smotri)
 
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index a05ce2eba..5d892c2ff 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2014.08.24.5'
+__version__ = '2014.08.24.6'