diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-10 14:44:43 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:40 +0700 |
commit | a09dde546cd15116ebbe398d19b7799f84455e38 (patch) | |
tree | 607096bfcc98c009ca8a00199a2e17a0462c4f17 /network/youtube-dl/youtube-dl.1 | |
parent | 4e2769f14665bff3ac2b85c12ea1d2aeefc0f549 (diff) | |
download | slackbuilds-a09dde546cd15116ebbe398d19b7799f84455e38.tar.gz |
network/youtube-dl: Updated for version 2016.08.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/youtube-dl/youtube-dl.1')
-rw-r--r-- | network/youtube-dl/youtube-dl.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1 index cb2edcfc8b..d18c6e3c80 100644 --- a/network/youtube-dl/youtube-dl.1 +++ b/network/youtube-dl/youtube-dl.1 @@ -644,7 +644,17 @@ Requires bidiv or fribidi executable in PATH .RE .TP .B \-\-sleep\-interval \f[I]SECONDS\f[] -Number of seconds to sleep before each download. +Number of seconds to sleep before each download when used alone or a +lower bound of a range for randomized sleep before each download +(minimum possible number of seconds to sleep) when used along with +\-\-max\-sleep\-interval. +.RS +.RE +.TP +.B \-\-max\-sleep\-interval \f[I]SECONDS\f[] +Upper bound of a range for randomized sleep before each download +(maximum possible number of seconds to sleep). +Must only be used along with \-\-min\-sleep\-interval. .RS .RE .SS Video Format Options: @@ -2275,7 +2285,7 @@ activity. .PP Before requesting a new feature, please have a quick peek at the list of supported -options (https://github.com/rg3/youtube-dl/blob/master/README.md#synopsis). +options (https://github.com/rg3/youtube-dl/blob/master/README.md#options). Many feature requests are for features that actually exist already! Please, absolutely do show off your work in the issue report and detail how the existing similar options do \f[I]not\f[] solve your problem. |