summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-05-04 12:31:17 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-05-04 12:31:17 +0200
commit891629c84aae0ec81cf748dddbb77c54969667a1 (patch)
tree54729749ad1c4d51ae7d8b7ee0def189ff93b739
parentea6d901e51c71714eb0f1c34594e2f50e20c7d0d (diff)
release 2013.05.052013.05.05
-rw-r--r--README.md1
-rw-r--r--youtube_dl/version.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 232cc22053..c95201c3f1 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ 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
--proxy URL Use the specified HTTP/HTTPS proxy
+ --no-check-certificate Suppress HTTPS certificate validation.
## Video Selection:
--playlist-start NUMBER playlist video to start at (default is 1)
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index bd440540fb..f7227d0ad9 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.05.04'
+__version__ = '2013.05.05'