release 2014.01.22.2
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 22 Jan 2014 13:33:16 +0000 (14:33 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 22 Jan 2014 13:33:16 +0000 (14:33 +0100)
README.md
youtube_dl/version.py

index aafdd3e51c0096a267f746e8fafee5fa725173b0..3a28a185480f51a81f71f09beaca5beffebc41c7 100644 (file)
--- 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)
index 0103131a7c344dc08fef4e160c1d593704a2bdc7..3b67546b2c42e94abb4bfc063cee39b3bcef8150 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.22.1'
+__version__ = '2014.01.22.2'