summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-10 14:49:16 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-10 14:49:16 +0200
commitf4d66a99cf0f948425cbca5ce547833229468794 (patch)
tree1164e42f8ca124afedb7006f86551b73ea8c25d4
parent411f691b213f12d8020547316fb6c16239732a35 (diff)
downloadyoutube-dl-2014.07.10.tar.gz
youtube-dl-2014.07.10.tar.xz
youtube-dl-2014.07.10.zip
release 2014.07.10 2014.07.10
-rw-r--r--README.md5
-rw-r--r--youtube_dl/version.py2
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2bea609bf..dffdaa9dc 100644
--- 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
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index ab076489f..a8804b650 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2014.06.26'
+__version__ = '2014.07.10'