diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-05 04:36:46 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-05 04:36:46 +0100 |
commit | 9656ee5d1dbff9fb4e0ce640961d2750a687e629 (patch) | |
tree | 6449cb24726aa5d59f31c469a69a0cc3633181d4 | |
parent | a5f1e12a023d1c777340058b202d64f466067f30 (diff) |
Document --socket-timeout
-rwxr-xr-x | youtube-dl | bin | 3445 -> 322041 bytes | |||
-rw-r--r-- | youtube-dl.exe | bin | 3803016 -> 0 bytes | |||
-rw-r--r-- | youtube_dl/__init__.py | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl Binary files differindex e3eb8774c..79739ca60 100755 --- a/youtube-dl +++ b/youtube-dl diff --git a/youtube-dl.exe b/youtube-dl.exe Binary files differindex 45eee04bb..e69de29bb 100644 --- a/youtube-dl.exe +++ b/youtube-dl.exe diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index b29cf6758..26c1f0e74 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -192,7 +192,7 @@ def parseOpts(overrideArguments=None): help='Disable filesystem caching') general.add_option( '--socket-timeout', dest='socket_timeout', - type=float, default=None, help=optparse.SUPPRESS_HELP) + type=float, default=None, help=u'Time to wait before giving up, in seconds') general.add_option( '--bidi-workaround', dest='bidi_workaround', action='store_true', help=u'Work around terminals that lack bidirectional text support. Requires bidiv or fribidi executable in PATH') |