release 2014.10.25
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 24 Oct 2014 22:41:06 +0000 (00:41 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 24 Oct 2014 22:41:06 +0000 (00:41 +0200)
README.md
youtube_dl/version.py

index e772fc22aa9f557f64a13b629adb6a75ea4d613d..d625464334a02b37dbe1706fcff4653d2006c130 100644 (file)
--- a/README.md
+++ b/README.md
@@ -199,6 +199,10 @@ which means you can modify it, redistribute it or use it however you like.
     -j, --dump-json                  simulate, quiet but print JSON information.
                                      See --output for a description of available
                                      keys.
+    -J, --dump-single-json           simulate, quiet but print JSON information
+                                     for each command-line argument. If the URL
+                                     refers to a playlist, dump the whole
+                                     playlist information in a single line.
     --newline                        output progress bar as new lines
     --no-progress                    do not print progress bar
     --console-title                  display progress in console titlebar
index 59cb3b1a1aaa60361d697d4abd79687392d86a8c..d822ae3305fef7a25a7894dc5b318b8f971ef318 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.10.24'
+__version__ = '2014.10.25'