ytdl-sub/src/ytdl_sub/config
Jesse Bannon f1a2187a17
[FEATURE] Add throttle_protection plugin (#799)
Provides options to make ytdl-sub look more 'human-like' to protect from throttling. For range-based values, a random number will be chosen within the range to avoid sleeps looking scripted.

Usage:
```
    throttle_protection:
      sleep_per_download_s:
        min: 2.2
        max: 10.8
      sleep_per_subscription_s:
        min: 9.0
        max: 14.1
      max_downloads_per_subscription:
        min: 10
        max: 36
      subscription_download_probability: 1.0
```
2023-11-05 08:23:12 -08:00
..
__init__.py setup cfg 2022-04-26 07:19:53 +00:00
config_file.py [FEATURE] Prebuilt music presets (#780) 2023-10-24 09:23:05 -07:00
config_validator.py [FEATURE] Extend subscription syntax (#790) 2023-11-01 20:24:06 -07:00
defaults.py [FEATURE] Ability to change download archive name (#643) 2023-06-30 11:51:52 -07:00
plugin.py [BUGFIX] Fix match-filter edge case and date_range.before (#750) 2023-10-03 11:46:42 -07:00
plugin_mapping.py [FEATURE] Add throttle_protection plugin (#799) 2023-11-05 08:23:12 -08:00
preset.py [FEATURE] Add throttle_protection plugin (#799) 2023-11-05 08:23:12 -08:00
preset_options.py [DOCS] New README with only subscriptions (#791) 2023-11-02 23:28:55 -07:00