summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-22 14:33:16 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-22 14:33:16 +0100
commita70c83768e30c99479af04c7cb229545743a9134 (patch)
tree7c7afbe444343405cf0e266ce3cece9a4038bbe3
parent04b4d394d92e325095fbf096f3f62bc4013fc785 (diff)
downloadyoutube-dl-2014.01.22.2.tar.gz
youtube-dl-2014.01.22.2.tar.xz
youtube-dl-2014.01.22.2.zip
release 2014.01.22.2 2014.01.22.2
-rw-r--r--README.md4
-rw-r--r--youtube_dl/version.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index aafdd3e51..3a28a1854 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,10 @@ which means you can modify it, redistribute it or use it however you like.
     --bidi-workaround          Work around terminals that lack bidirectional
                                text support. Requires bidiv or fribidi
                                executable in PATH
+    --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.
 
 ## Video Selection:
     --playlist-start NUMBER    playlist video to start at (default is 1)
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 0103131a7..3b67546b2 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.22.1'
+__version__ = '2014.01.22.2'