From: Philipp Hagemeister Date: Thu, 3 Oct 2013 22:38:19 +0000 (+0200) Subject: release 2013.10.04 X-Git-Tag: 2013.10.04^0 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9ab1018b1adfdbf717872dd3b8cbeb99e0825763;p=youtube-dl.git release 2013.10.04 --- diff --git a/README.md b/README.md index 66a483b76c..14d62b189c 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ which means you can modify it, redistribute it or use it however you like. --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 + store downloaded information permanently. By + default $XDG_CACHE_HOME/youtube-dl or ~/.cache + /youtube-dl . --no-cache-dir Disable filesystem caching ## Video Selection: diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 8e9ca6126f..e773e82dae 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2013.10.01.1' +__version__ = '2013.10.04'