瀏覽代碼

release 2013.09.24.1

Philipp Hagemeister 12 年之前
父節點
當前提交
8b25323ae2
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 4 0
      README.md
  2. 1 1
      youtube_dl/version.py

+ 4 - 0
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
     --extractor-descriptions   Output descriptions of all supported extractors
     --proxy URL                Use the specified HTTP/HTTPS proxy
     --proxy URL                Use the specified HTTP/HTTPS proxy
     --no-check-certificate     Suppress HTTPS certificate validation.
     --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:
 ## Video Selection:
     --playlist-start NUMBER    playlist video to start at (default is 1)
     --playlist-start NUMBER    playlist video to start at (default is 1)

+ 1 - 1
youtube_dl/version.py

@@ -1,2 +1,2 @@
 
 
-__version__ = '2013.09.24'
+__version__ = '2013.09.24.1'