release 2014.03.21
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 20 Mar 2014 23:37:23 +0000 (00:37 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 20 Mar 2014 23:37:23 +0000 (00:37 +0100)
README.md
youtube_dl/version.py

index 471cc8550006d17f53b65c126acc336630349593..a10b13055694243ba7245d426d5baffc20fb8aaf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -36,6 +36,9 @@ which means you can modify it, redistribute it or use it however you like.
                                      an empty string (--proxy "") for direct
                                      connection
     --no-check-certificate           Suppress HTTPS certificate validation.
+    --prefer-insecure                Use an unencrypted connection to retrieve
+                                     information about the video. (Currently
+                                     supported only for YouTube)
     --cache-dir DIR                  Location in the filesystem where youtube-dl
                                      can store some downloaded information
                                      permanently. By default $XDG_CACHE_HOME
index 061faf44fe52f4dd64997ba4e70f6e6385d6347e..bcf323c73b7d4965b7bdf745cb053acd126765be 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.03.20'
+__version__ = '2014.03.21'