summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-10 21:03:00 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-10 21:03:00 +0100
commitcd3063f3fa81f1ca30ff9994b7346ad7ebadd0fe (patch)
treecb2888afc472befae28e9e7c191d622f4be63248
parent58b1f00d19d608470540b111f3825eefafbdae97 (diff)
release 2015.01.10.22015.01.10.2
-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 c56d906b58..3113f70eea 100644
--- 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)
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 267ffeeb47..e5e320c760 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2015.01.10.1'
+__version__ = '2015.01.10.2'