ytdl-sub/src/ytdl_sub/prebuilt_presets/music
Jesse Bannon 6c180c9478
[BACKEND] Enable throttle protection by default (#1257)
To protect new users, all prebuilt preset (excluding Soundcloud and Bandcamp) will include throttle protection by default.


> How do I disable?

Set the override variable `enable_throttle_protection: False`.
This can be done on a per-subscription basis and/or in the top __preset__ section to apply to all presets:

```
__preset__:
  overrides:
    enable_throttle_protection: False
```

> What if I already use throttle protection?

Your settings will override whatever values are set in the defaults.

Closes:
- https://github.com/jmbannon/ytdl-sub/issues/1121
- https://github.com/jmbannon/ytdl-sub/issues/1186
2025-07-03 00:34:37 -07:00
..
__init__.py [DEV] Test prebuilt presets packaged (#792) 2023-11-02 12:00:22 -07:00
albums_from_chapters.yaml [BACKEND] Enable throttle protection by default (#1257) 2025-07-03 00:34:37 -07:00
albums_from_playlists.yaml [BACKEND] Enable throttle protection by default (#1257) 2025-07-03 00:34:37 -07:00
singles.yaml [BACKEND] Enable throttle protection by default (#1257) 2025-07-03 00:34:37 -07:00
soundcloud.yaml [BACKEND] Enable throttle protection by default (#1257) 2025-07-03 00:34:37 -07:00