ytdl-sub/docs
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
..
conf.py Add documentation for plugins + improve docs overall (#23) 2022-05-10 22:22:03 -07:00
config.rst [FEATURE] Add throttle_protection plugin (#799) 2023-11-05 08:23:12 -08:00
deprecation_notices.rst [FEATURE] Subscription nesting (#747) 2023-10-02 16:07:48 -07:00
getting_started.rst [DOCS] readthedocs makeover (#493) 2023-03-01 23:45:16 -08:00
index.rst [FEATURE] Ability to add subscription value via config (#744) 2023-09-27 21:37:36 -07:00
install.rst [DOCS] New README with only subscriptions (#791) 2023-11-02 23:28:55 -07:00
make.bat sphinx working 2022-04-13 07:47:33 +00:00
Makefile sphinx working 2022-04-13 07:47:33 +00:00
presets.rst [FEATURE] Add max_1080p prebuilt preset (#690) 2023-08-30 11:28:58 -07:00
usage.rst [FEATURE] Ability to suppress or write transaction log to file (#514) 2023-03-08 13:32:07 -08:00