Parcourir la source

release 2015.01.10.2

Philipp Hagemeister il y a 10 ans
Parent
commit
cd3063f3fa
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 2 0
      README.md
  2. 1 1
      youtube_dl/version.py

+ 2 - 0
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)

+ 1 - 1
youtube_dl/version.py

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