youtube-dl

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

commit 8b25323ae2a6e144bdb7e46f60960a83487a8fda
parent f426de84606fd0807a5ab38c0733032d790b056e
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 24 Sep 2013 21:40:47 +0200

release 2013.09.24.1

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

diff --git a/README.md b/README.md @@ -30,6 +30,10 @@ which means you can modify it, redistribute it or use it however you like. --extractor-descriptions Output descriptions of all supported extractors --proxy URL Use the specified HTTP/HTTPS proxy --no-check-certificate Suppress HTTPS certificate validation. + --cache-dir None Location in the filesystem where youtube-dl can + store downloaded information permanently. + ~/.youtube-dl/cache by default + --no-cache-dir Disable filesystem caching ## 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.09.24' +__version__ = '2013.09.24.1'