release 2014.01.22.3
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 22 Jan 2014 13:53:36 +0000 (14:53 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 22 Jan 2014 13:53:36 +0000 (14:53 +0100)
README.md
youtube_dl/version.py

index 3a28a185480f51a81f71f09beaca5beffebc41c7..84c43e6306b3d2bae79440642a8b80307a523fbd 100644 (file)
--- 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
index 3b67546b2c42e94abb4bfc063cee39b3bcef8150..7daf9b48d7322f3e1bdfa6d44b08a7105fc5c2d5 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.22.2'
+__version__ = '2014.01.22.3'