release 2015.01.10.2

This commit is contained in:
Philipp Hagemeister 2015-01-10 21:03:00 +01:00
parent 58b1f00d19
commit cd3063f3fa
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2015.01.10.1'
__version__ = '2015.01.10.2'