mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 01:02:48 +01:00
release 2015.01.11
This commit is contained in:
parent
20dd0b2d20
commit
15aecd8711
@ -240,7 +240,9 @@ ## Verbosity / Simulation Options:
|
||||
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)
|
||||
|
@ -1,3 +1,3 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '2015.01.10.2'
|
||||
__version__ = '2015.01.11'
|
||||
|
Loading…
Reference in New Issue
Block a user