release 2014.03.28
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 28 Mar 2014 22:14:54 +0000 (23:14 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 28 Mar 2014 22:14:54 +0000 (23:14 +0100)
README.md
youtube_dl/version.py

index 0352a5bcb8f17a2f9d943ef0c9ac53de47e0696b..ac1c3adad92e2ffae853501d33894a50731c9ffb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -181,7 +181,9 @@ which means you can modify it, redistribute it or use it however you like.
     --get-duration                   simulate, quiet but print video length
     --get-filename                   simulate, quiet but print output filename
     --get-format                     simulate, quiet but print output format
-    -j, --dump-json                  simulate, quiet but print JSON information
+    -j, --dump-json                  simulate, quiet but print JSON information.
+                                     See --output for a description of available
+                                     keys.
     --newline                        output progress bar as new lines
     --no-progress                    do not print progress bar
     --console-title                  display progress in console titlebar
index 5a415d489fca84ee1afce8ab0120e949cae176fb..154aeca05ae3092864f72ee1ecd6c8d1c0662ed2 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.03.27.1'
+__version__ = '2014.03.28'