doc clarification

This commit is contained in:
Jesse Bannon 2025-08-28 23:37:08 -07:00
parent 6fbe964bcc
commit 338c8fae5d
2 changed files with 6 additions and 0 deletions

View file

@ -1005,6 +1005,9 @@ Provides options to make ytdl-sub look more 'human-like' to protect from throttl
range-based values, a random number will be chosen within the range to avoid sleeps looking range-based values, a random number will be chosen within the range to avoid sleeps looking
scripted. scripted.
Range min and max values support static override variables within their definitions.
``sleep_per_download_s`` supports both static and override variables.
:Usage: :Usage:
.. code-block:: yaml .. code-block:: yaml

View file

@ -150,6 +150,9 @@ class ThrottleProtectionOptions(ToggleableOptionsDictValidator):
range-based values, a random number will be chosen within the range to avoid sleeps looking range-based values, a random number will be chosen within the range to avoid sleeps looking
scripted. scripted.
Range min and max values support static override variables within their definitions.
``sleep_per_download_s`` supports both static and override variables.
:Usage: :Usage:
.. code-block:: yaml .. code-block:: yaml