github jmbannon/ytdl-sub 2025.08.29
ytdl-sub 2025.08.29

latest releases: 2025.09.01, 2025.08.29.post2, 2025.08.29.post1...
3 days ago

[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 ))
      }

Don't miss a new ytdl-sub release

NewReleases is sending notifications on new releases.