summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-11-27 16:32:51 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-11-27 16:32:51 +0100
commitbb6ac8369858e79b04e30e6ea25016500083628f (patch)
tree38fe3302ea824663ae0bb67833e09093d58a606d
parent9d0e3668804fe91e77275e6bd859cbd0d784ab33 (diff)
release 2015.11.272015.11.27
-rw-r--r--README.md3
-rw-r--r--youtube_dl/version.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b85e08e78e..df419abe83 100644
--- 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.
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 5ecff39fb3..288b76e28d 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2015.11.24'
+__version__ = '2015.11.27'