release 2013.12.04
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 4 Dec 2013 13:19:07 +0000 (14:19 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 4 Dec 2013 13:19:07 +0000 (14:19 +0100)
README.md
youtube_dl/version.py

index 00975ab5eaf4a3a0011f30b9e88acfd89cdc1619..029c418d16e332c73942bf6b60ac6470d8b8429f 100644 (file)
--- a/README.md
+++ b/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
index f9a339c028b9d7003158794fb80d3a0a93be66e9..68b30bfd4a4ec455f3dad230e1fc30c353d807ca 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.12.03'
+__version__ = '2013.12.04'