diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-08-10 00:20:44 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-08-10 00:20:44 +0700 |
commit | b1ce2ba1978142c75418ead4b91ea6138bb37a16 (patch) | |
tree | f6bfced58c28499721e21e4e221915b60b2ef194 /README.md | |
parent | 5c8411e968a2e6962bc477356231483963248c83 (diff) |
release 2016.08.102016.08.10
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -330,7 +330,15 @@ which means you can modify it, redistribute it or use it however you like. bidirectional text support. Requires bidiv or fribidi executable in PATH --sleep-interval SECONDS Number of seconds to sleep before each - download. + 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. + --max-sleep-interval SECONDS 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. ## Video Format Options: -f, --format FORMAT Video format code, see the "FORMAT |