release 2014.07.10
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 10 Jul 2014 12:49:16 +0000 (14:49 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 10 Jul 2014 12:49:16 +0000 (14:49 +0200)
README.md
youtube_dl/version.py

index 2bea609bfc397940d369628d27a8142ddcdbf867..dffdaa9dc3b8b334d3cc2e868533961fff0ed356 100644 (file)
--- a/README.md
+++ b/README.md
@@ -70,8 +70,9 @@ which means you can modify it, redistribute it or use it however you like.
     --default-search PREFIX          Use this prefix for unqualified URLs. For
                                      example "gvsearch2:" downloads two videos
                                      from google videos for  youtube-dl "large
-                                     apple". By default (with value "auto")
-                                     youtube-dl guesses.
+                                     apple". Use the value "auto" to let
+                                     youtube-dl guess. The default value "error"
+                                     just throws an error.
     --ignore-config                  Do not read configuration files. When given
                                      in the global configuration file /etc
                                      /youtube-dl.conf: do not read the user
index ab076489f21874b6078cb30f09c7a1b65cc5774e..a8804b6502e492fd104034798b5011d3643ef988 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.06.26'
+__version__ = '2014.07.10'