release 2014.01.23.2
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 23 Jan 2014 18:05:05 +0000 (19:05 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 23 Jan 2014 18:05:05 +0000 (19:05 +0100)
README.md
youtube_dl/version.py

index 0eec2e0cb8d0e226dfb0659f4044b3a22e520306..54d59ea3e2542e7134ede4fd43a4e57fe225ed38 100644 (file)
--- a/README.md
+++ b/README.md
@@ -181,7 +181,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"
+                                     "bestaudio", "worst", 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 4c714f9f7071bda0c9bd8de7ff6ee52451a6bc11..bcec90fe493577a9d53f9519ac16dd2aad5aab3a 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.23.1'
+__version__ = '2014.01.23.2'