summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-11 17:47:04 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-11 17:47:04 +0100
commit15aecd871147bcec28b341b334b2e37eaf6cef04 (patch)
treeecdedc0ac5b3f3489aaa6ccf0c0125b8009b8c90
parent20dd0b2d204a272fe4f15a6ed4c52ccb5a483d6f (diff)
downloadyoutube-dl-2015.01.11.tar.gz
youtube-dl-2015.01.11.tar.xz
youtube-dl-2015.01.11.zip
release 2015.01.11 2015.01.11
-rw-r--r--README.md4
-rw-r--r--youtube_dl/version.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 006e8d709..c26546f2a 100644
--- 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)
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index e5e320c76..0a184ad08 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.01.10.2'
+__version__ = '2015.01.11'