release 2015.01.10.2
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 10 Jan 2015 20:03:00 +0000 (21:03 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 10 Jan 2015 20:03:00 +0000 (21:03 +0100)
README.md
youtube_dl/version.py

index c56d906b588b8cea5db9d3121c07095c2c60b956..3113f70eea9cd11f1da85bebd0bc2bcc86a84a5f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -239,6 +239,8 @@ which means you can modify it, redistribute it or use it however you like.
                                      files in the current directory to debug
                                      problems
     --print-traffic                  Display sent and read HTTP traffic
+    -C, --call-home                  Contact the youtube-dl server for
+                                     debugging. (Experimental)
 
 ## Workarounds:
     --encoding ENCODING              Force the specified encoding (experimental)
index 267ffeeb47749163b166d97df583b35a1256249e..e5e320c760e75c4e819d24e1ec753a1abdd3d13b 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.01.10.1'
+__version__ = '2015.01.10.2'