summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-03-03 13:59:38 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-03-03 13:59:38 +0100
commit7fde87c77da41f24faf34b37f5d05c029ac23d4f (patch)
treecaf9b5297950039e1ebf1429e409d403f42cd359
parent938c3f65b6c1c1f5b8f7eb731a3eef00a06b6128 (diff)
release 2015.03.03.12015.03.03.1
-rw-r--r--README.md2
-rw-r--r--youtube_dl/version.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index d05549125c..5b9dd2cea2 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,8 @@ which means you can modify it, redistribute it or use it however you like.
--source-address IP Client-side IP address to bind to (experimental)
-4, --force-ipv4 Make all connections via IPv4 (experimental)
-6, --force-ipv6 Make all connections via IPv6 (experimental)
+ --cn-verification-proxy URL Use this proxy to verify the IP address for some Chinese sites. The default proxy specified by --proxy (or none, if the options is
+ not present) is used for the actual downloading. (experimental)
## 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 3a49e52c97..252933993d 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2015.03.03'
+__version__ = '2015.03.03.1'