diff --git a/docs/source/config_reference/plugins.rst b/docs/source/config_reference/plugins.rst index 8e63e291..91037f6a 100644 --- a/docs/source/config_reference/plugins.rst +++ b/docs/source/config_reference/plugins.rst @@ -903,6 +903,9 @@ scripted. presets: my_example_preset: throttle_protection: + sleep_per_metadata_s: + min: 5.5 + max: 10.4 sleep_per_download_s: min: 2.2 max: 10.8 @@ -938,6 +941,16 @@ scripted. ytdl-sub to perform post-processing. +``sleep_per_request_s`` + +:expected type: Optional[Range] +:description: + Number in seconds to sleep between each request during metadata download. Note that + metadata download refers to the initial info.json download, not the actual audio/video + download for the entry. Also, yt-dlp only supports a single value at this time for this, + so will always use the max value. + + ``sleep_per_subscription_s`` :expected type: Optional[Range]