summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-09 20:20:55 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-09 20:20:55 +0100
commit754c838903778911174e2777aebf4d1348780198 (patch)
treeed4f2d42aafa8a9805928ed794911c9e8764afba
parentaa2fd59857a3cc16e542dd93b762a607c98e9202 (diff)
downloadyoutube-dl-2015.01.09.tar.gz
youtube-dl-2015.01.09.tar.xz
youtube-dl-2015.01.09.zip
release 2015.01.09 2015.01.09
-rw-r--r--README.md2
-rw-r--r--youtube_dl/version.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe380619f..3d632a553 100644
--- 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
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 32019e362..2d942852f 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.01.08'
+__version__ = '2015.01.09'