youtube-dl

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

commit b1d2ef9255528040b61ac44324645e82a7416174
parent 5fb16555afcde763842b5a5ab8845ee1173d7a65
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 30 Apr 2013 18:00:56 +0200

release 2013.04.30

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

diff --git a/README.md b/README.md @@ -31,6 +31,7 @@ which means you can modify it, redistribute it or use it however you like. is restricted to one domain --list-extractors List all supported extractors and the URLs they would handle + --proxy None Use the specified HTTP/HTTPS proxy ## Video Selection: --playlist-start NUMBER playlist video to start at (default is 1) diff --git a/youtube_dl/version.py b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2013.04.28' +__version__ = '2013.04.30'