release 2015.01.09
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 9 Jan 2015 19:20:55 +0000 (20:20 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 9 Jan 2015 19:20:55 +0000 (20:20 +0100)
README.md
youtube_dl/version.py

index fe380619f0a7685c557c61c284e3cbb1c6de2df6..3d632a5532f218484382814c15fb86795f69daf3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -219,6 +219,8 @@ which means you can modify it, redistribute it or use it however you like.
                                      for each command-line argument. If the URL
                                      refers to a playlist, dump the whole
                                      playlist information in a single line.
+    --print-json                     Be quiet and print the video information as
+                                     JSON (video is still being downloaded).
     --newline                        output progress bar as new lines
     --no-progress                    do not print progress bar
     --console-title                  display progress in console titlebar
index 32019e3623d26fcbb41b47c9f4c3b12cbdf5c5c5..2d942852f85b8b922dde587baede8024c1e551a1 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.01.08'
+__version__ = '2015.01.09'