ytdl-sub/docs/source/config_reference
Jesse Bannon df8b4a1df8
[FEATURE] Override variable support for throttle protection ranges (#1315)
Adds support for setting throttle_protection range values using static override variables. `sleep_per_download_s` has additional support for entry variables since it's used per entry.

We can now experiment with scaling this value based on entry attributes, such as duration. Example:

```
throttle_protection:
  sleep_per_download_s:
    min: >-
      {
        %mul(5.5, %pow( duration, 0.4 ))
      }
    max: >-
      {
        %mul(6.5, %pow( duration, 0.6 ))
      }
```
2025-08-28 23:55:57 -07:00
..
prebuilt_presets [DOCS] Consistent headings, newlines, wraps (#1293) 2025-08-20 20:20:19 -07:00
scripting [DOCS] Clarify debugging, support, reporting (#1305) 2025-08-27 09:10:01 -07:00
config_yaml.rst [DOCS] logs: persistent logs config (#1304) 2025-08-27 09:04:36 -07:00
index.rst [DOCS] Consistent headings, newlines, wraps (#1293) 2025-08-20 20:20:19 -07:00
plugins.rst [FEATURE] Override variable support for throttle protection ranges (#1315) 2025-08-28 23:55:57 -07:00
subscription_yaml.rst [DOCS] start: Clarify subscriptions file tutorial (#1310) 2025-08-28 07:09:05 -07:00