release 2015.11.27
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 27 Nov 2015 15:32:51 +0000 (16:32 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 27 Nov 2015 15:32:51 +0000 (16:32 +0100)
README.md
youtube_dl/version.py

index b85e08e78e06ff0dcaf1df93dac4a60061377002..df419abe83ce3c8e5d8202ad12991aaefd4c55b9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -319,7 +319,8 @@ which means you can modify it, redistribute it or use it however you like.
     --all-formats                    Download all available video formats
     --prefer-free-formats            Prefer free video formats unless a specific
                                      one is requested
-    -F, --list-formats               List all available formats
+    -F, --list-formats               List all available formats of specified
+                                     videos
     --youtube-skip-dash-manifest     Do not download the DASH manifests and
                                      related data on YouTube videos
     --merge-output-format FORMAT     If a merge is required (e.g.
index 5ecff39fb38cc4ab6f2838213b78c7e53cc45b95..288b76e28d745670c717417193501fd0875d6d87 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.11.24'
+__version__ = '2015.11.27'