浏览代码

release 2013.12.04

Philipp Hagemeister 11 年之前
父节点
当前提交
671c0f151d
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      README.md
  2. 1 1
      youtube_dl/version.py

+ 2 - 1
README.md

@@ -30,7 +30,8 @@ which means you can modify it, redistribute it or use it however you like.
     --list-extractors          List all supported extractors and the URLs they
                                would handle
     --extractor-descriptions   Output descriptions of all supported extractors
-    --proxy URL                Use the specified HTTP/HTTPS proxy
+    --proxy URL                Use the specified HTTP/HTTPS proxy. Pass in an
+                               empty string (--proxy "") for direct connection
     --no-check-certificate     Suppress HTTPS certificate validation.
     --cache-dir DIR            Location in the filesystem where youtube-dl can
                                store downloaded information permanently. By

+ 1 - 1
youtube_dl/version.py

@@ -1,2 +1,2 @@
 
-__version__ = '2013.12.03'
+__version__ = '2013.12.04'