logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: bf30f3bd9d87dad8391a05b2631116c31ed1ce77
parent 330edf2d84fbbb0ff8a163cf79cd02b2c7268c92
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 28 Mar 2014 23:14:54 +0100

release 2014.03.28

Diffstat:

MREADME.md4+++-
Myoutube_dl/version.py2+-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -181,7 +181,9 @@ which means you can modify it, redistribute it or use it however you like. --get-duration simulate, quiet but print video length --get-filename simulate, quiet but print output filename --get-format simulate, quiet but print output format - -j, --dump-json simulate, quiet but print JSON information + -j, --dump-json simulate, quiet but print JSON information. + See --output for a description of available + keys. --newline output progress bar as new lines --no-progress do not print progress bar --console-title display progress in console titlebar diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2014.03.27.1' +__version__ = '2014.03.28'