release 2014.03.17
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 17 Mar 2014 13:49:02 +0000 (14:49 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 17 Mar 2014 13:49:02 +0000 (14:49 +0100)
README.md
youtube_dl/version.py

index ccd94b2dcd65e70dbb7e262650081b7f7f6e156f..471cc8550006d17f53b65c126acc336630349593 100644 (file)
--- a/README.md
+++ b/README.md
@@ -191,9 +191,9 @@ which means you can modify it, redistribute it or use it however you like.
                                      preference using slashes: "-f 22/17/18".
                                      "-f mp4" and "-f flv" are also supported.
                                      You can also use the special names "best",
-                                     "bestaudio", "worst", and "worstaudio". By
-                                     default, youtube-dl will pick the best
-                                     quality.
+                                     "bestvideo", "bestaudio", "worst",
+                                     "worstvideo" and "worstaudio". By default,
+                                     youtube-dl will pick the best quality.
     --all-formats                    download all available video formats
     --prefer-free-formats            prefer free video formats unless a specific
                                      one is requested
index c038225f70e9785948e28691de69d7e9595cbfb0..525169e2aa9ec94d0014bde5a8790d868ca0d233 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.03.12'
+__version__ = '2014.03.17'