X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2F__init__.py;h=31ed63fcce7c9f1edaa95ce4b446e3defff0768e;hb=d6aa1967ad5b91cb12b306a9797c7c5097d54472;hp=cbb053e13f50f865a0cb3fe15891203b4d685ccc;hpb=e2bf499b142cf34e5eee10041f5adf1fa361f69a;p=youtube-dl diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index cbb053e13..31ed63fcc 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -57,6 +57,9 @@ __authors__ = ( 'Jason Normore', 'Hoje Lee', 'Adam Thalhammer', + 'Georg Jähnig', + 'Ralf Haring', + 'Koki Takahashi', ) __license__ = 'Public Domain' @@ -267,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',