From 1cf376f55a3d9335eb161c07c439ca143d86924e Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sat, 27 Feb 2021 18:11:23 +0530 Subject: Add option `--sleep-requests` to sleep b/w requests (Closes #106) * Also fix documentation of `sleep_interval_subtitles` Related issues: https://github.com/blackjack4494/yt-dlc/issues/158 https://github.com/blackjack4494/youtube-dlc/issues/195 https://github.com/ytdl-org/youtube-dl/pull/28270 https://github.com/ytdl-org/youtube-dl/pull/28144 https://github.com/ytdl-org/youtube-dl/issues/27767 https://github.com/ytdl-org/youtube-dl/issues/23638 https://github.com/ytdl-org/youtube-dl/issues/26287 https://github.com/ytdl-org/youtube-dl/issues/26319 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 69813c2b7..8def97e4c 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,8 @@ Then simply run `make`. You can also run `make yt-dlp` instead to compile only t --bidi-workaround Work around terminals that lack bidirectional text support. Requires bidiv or fribidi executable in PATH + --sleep-requests SECONDS Number of seconds to sleep between requests + during data extraction --sleep-interval SECONDS Number of seconds to sleep before each download when used alone or a lower bound of a range for randomized sleep before each @@ -501,7 +503,8 @@ Then simply run `make`. You can also run `make yt-dlp` instead to compile only t before each download (maximum possible number of seconds to sleep). Must only be used along with --min-sleep-interval - --sleep-subtitles SECONDS Enforce sleep interval on subtitles as well + --sleep-subtitles SECONDS Number of seconds to sleep before each + subtitle download ## Video Format Options: -f, --format FORMAT Video format code, see "FORMAT SELECTION" -- cgit v1.2.3