Browse Source

release 2015.01.11

master
Philipp Hagemeister 10 years ago
parent
commit
15aecd8711
2 changed files with 4 additions and 2 deletions
  1. 4
      README.md
  2. 2
      youtube_dl/version.py

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

2
youtube_dl/version.py

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2015.01.10.2'
__version__ = '2015.01.11'
Loading…
Cancel
Save