release 2013.10.04
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 3 Oct 2013 22:38:19 +0000 (00:38 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 3 Oct 2013 22:38:19 +0000 (00:38 +0200)
README.md
youtube_dl/version.py

index 66a483b76c33572222e8480a9d352f6f71bbbe39..14d62b189c3dec1ceaeac35aa497f9f66628506f 100644 (file)
--- 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:
index 8e9ca6126f44d2bcaa286bc595c63676fde02892..e773e82dae44d0b8099aeead68b9ec3103b91294 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.10.01.1'
+__version__ = '2013.10.04'