about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-22 14:53:36 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-22 14:53:36 +0100
commitcd8a562267762933a0890c84457fd19dc5a42936 (patch)
treef95ac85f6c784f09b0406df9ecc52031965c9d79
parentde3ef3ed5865fb0579062b03c25354f2587c780f (diff)
downloadyoutube-dl-cd8a562267762933a0890c84457fd19dc5a42936.tar.gz
youtube-dl-cd8a562267762933a0890c84457fd19dc5a42936.tar.xz
youtube-dl-cd8a562267762933a0890c84457fd19dc5a42936.zip
release 2014.01.22.3 2014.01.22.3
-rw-r--r--README.md4
-rw-r--r--youtube_dl/version.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3a28a1854..84c43e630 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,9 @@ which means you can modify it, redistribute it or use it however you like.
 ## Video Format Options:
     -f, --format FORMAT        video format code, specify the order of
                                preference using slashes: "-f 22/17/18". "-f mp4"
-                               and "-f flv" are also supported
+                               and "-f flv" are also supported. You can also use
+                               the special names "best", "bestaudio", and
+                               "worst"
     --all-formats              download all available video formats
     --prefer-free-formats      prefer free video formats unless a specific one
                                is requested
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 3b67546b2..7daf9b48d 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.22.2'
+__version__ = '2014.01.22.3'