summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-10-25 00:41:06 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-10-25 00:41:06 +0200
commit724d03189324920fe5ea4bc9d39cc3e170d376d0 (patch)
tree6e8f0ab313c27600edfbfe525c6e61bd079c9e99
parent63e0be341571450a2016a29f917e521b70d36020 (diff)
downloadyoutube-dl-724d03189324920fe5ea4bc9d39cc3e170d376d0.tar.gz
youtube-dl-724d03189324920fe5ea4bc9d39cc3e170d376d0.tar.xz
youtube-dl-724d03189324920fe5ea4bc9d39cc3e170d376d0.zip
release 2014.10.25 2014.10.25
-rw-r--r--README.md4
-rw-r--r--youtube_dl/version.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index e772fc22a..d62546433 100644
--- 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
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 59cb3b1a1..d822ae330 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2014.10.24'
+__version__ = '2014.10.25'