GoshGay Extractor
[youtube-dl] / youtube_dl / __init__.py
index e2a4c04dacf282623705c7ec20ef0b8c9a5d4c5a..31ed63fcce7c9f1edaa95ce4b446e3defff0768e 100644 (file)
@@ -58,6 +58,8 @@ __authors__  = (
     'Hoje Lee',
     'Adam Thalhammer',
     'Georg Jähnig',
+    'Ralf Haring',
+    'Koki Takahashi',
 )
 
 __license__ = 'Public Domain'
@@ -268,7 +270,7 @@ def parseOpts(overrideArguments=None):
     general.add_option(
         '--default-search',
         dest='default_search', metavar='PREFIX',
-        help='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.')
+        help='Use this prefix for unqualified URLs. For example "gvsearch2:" downloads two videos from google videos for  youtube-dl "large apple". Use the value "auto" to let youtube-dl guess. The default value "error" just throws an error.')
     general.add_option(
         '--ignore-config',
         action='store_true',