Browse Source

release 2014.03.21

Philipp Hagemeister 11 years ago
parent
commit
23c322a531
2 changed files with 4 additions and 1 deletions
  1. 3 0
      README.md
  2. 1 1
      youtube_dl/version.py

+ 3 - 0
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

+ 1 - 1
youtube_dl/version.py

@@ -1,2 +1,2 @@
 
-__version__ = '2014.03.20'
+__version__ = '2014.03.21'