release 2015.01.11
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 11 Jan 2015 16:47:04 +0000 (17:47 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 11 Jan 2015 16:47:04 +0000 (17:47 +0100)
README.md
youtube_dl/version.py

index 006e8d709181155510fb96967755aafcf4071ecc..c26546f2a9d4869ee8b69241b7fc536d61bd6b65 100644 (file)
--- a/README.md
+++ b/README.md
@@ -240,7 +240,9 @@ which means you can modify it, redistribute it or use it however you like.
                                      problems
     --print-traffic                  Display sent and read HTTP traffic
     -C, --call-home                  Contact the youtube-dl server for
-                                     debugging. (Experimental)
+                                     debugging.
+    --no-call-home                   Do NOT contact the youtube-dl server for
+                                     debugging.
 
 ## Workarounds:
     --encoding ENCODING              Force the specified encoding (experimental)
index e5e320c760e75c4e819d24e1ec753a1abdd3d13b..0a184ad0870143f446837226444f63ba2b429316 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.01.10.2'
+__version__ = '2015.01.11'