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
|
||
|---|---|---|
| .. | ||
| internal | ||
| __init__.py | ||
| audio_extract.py | ||
| chapters.py | ||
| date_range.py | ||
| embed_thumbnail.py | ||
| file_convert.py | ||
| filter_exclude.py | ||
| filter_include.py | ||
| format.py | ||
| match_filters.py | ||
| music_tags.py | ||
| nfo_tags.py | ||
| output_directory_nfo_tags.py | ||
| split_by_chapters.py | ||
| square_thumbnail.py | ||
| static_nfo_tags.py | ||
| subtitles.py | ||
| throttle_protection.py | ||
| video_tags.py | ||