release 2013.09.24.1
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 24 Sep 2013 19:40:47 +0000 (21:40 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 24 Sep 2013 19:40:47 +0000 (21:40 +0200)
README.md
youtube_dl/version.py

index f54945accb4d702ec8fef66ae97ea497657251d2..fc8070c376b9187ca71787bbcd7ae4a65a21e73a 100644 (file)
--- 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)
index e3342121623664ae5fc3cd62ed792d945e3bd2a4..cd39f658b4b148f904295d42725b493c107aed0f 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.09.24'
+__version__ = '2013.09.24.1'