doc clarification
This commit is contained in:
parent
6fbe964bcc
commit
338c8fae5d
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue