youtube-dl

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

commit b8313f07bc8c7565c9255b131d307d10b8d02538
parent 92a17d28acaf329d7f69ddebe9ac20c136e910a3
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 24 Aug 2014 15:19:33 +0200

release 2014.08.24.6

Diffstat:
MREADME.md | 1+
Myoutube_dl/version.py | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 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 @@ -1,2 +1,2 @@ -__version__ = '2014.08.24.5' +__version__ = '2014.08.24.6'