logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 9656ee5d1dbff9fb4e0ce640961d2750a687e629
parent a5f1e12a023d1c777340058b202d64f466067f30
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun,  5 Jan 2014 04:36:46 +0100

Document --socket-timeout

Diffstat:

Myoutube-dl0
Myoutube-dl.exe0
Myoutube_dl/__init__.py2+-
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube-dl b/youtube-dl Binary files differ. diff --git a/youtube-dl.exe b/youtube-dl.exe Binary files differ. diff --git 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')