release 2015.03.03.1
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 3 Mar 2015 12:59:38 +0000 (13:59 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 3 Mar 2015 12:59:38 +0000 (13:59 +0100)
README.md
youtube_dl/version.py

index d05549125c1026af8f7a56f93800777764e0116e..5b9dd2cea25396acb09a28d7fcef463497be0088 100644 (file)
--- 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)
index 3a49e52c97964d23ac01549a8a7366a117a676fd..252933993d49afe9ff1b4039bb7e8a33986daaaa 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.03.03'
+__version__ = '2015.03.03.1'