summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-21 00:37:23 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-21 00:37:23 +0100
commit23c322a531ab5ec346ec3426eaba6646c6611202 (patch)
treec8c5cb5a108de9759ba9c861078e4dbfe6f12bab
parent7e8c0af0044b974c7b5ef5cd79be32a0aa7c4807 (diff)
release 2014.03.212014.03.21
-rw-r--r--README.md3
-rw-r--r--youtube_dl/version.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 471cc85500..a10b130556 100644
--- 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
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 061faf44fe..bcf323c73b 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2014.03.20'
+__version__ = '2014.03.21'