v2.4.1
AniBridge v2.4.1 introduces a significant new feature, allowing users to configure a bandwidth limit for individual yt-dlp downloads through a new environment variable, enhancing control over network resource usage. This release also includes internal refinements to testing procedures.
Breaking Changes
None.
New Features
- Add per-download bandwidth cap for
yt-dlpoperations, configurable via the newDOWNLOAD_RATE_LIMIT_BYTES_PER_SECenvironment variable. This allows setting a bandwidth limit for downloads and includes validation for non-negative integers. (94ea2c8)
Other Changes
- Fixed:
- Improve download rate limit test handling for invalid values by ensuring proper configuration module reloading during tests. (
0dd247f)
- Improve download rate limit test handling for invalid values by ensuring proper configuration module reloading during tests. (