ytdl-sub/tests
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
..
e2e [FEATURE] Add throttle_protection plugin (#799) 2023-11-05 08:23:12 -08:00
resources [FEATURE] Add throttle_protection plugin (#799) 2023-11-05 08:23:12 -08:00
unit [FEATURE] Add throttle_protection plugin (#799) 2023-11-05 08:23:12 -08:00
__init__.py Add channel as kodi tv show e2e test (#15) 2022-04-29 11:09:32 -07:00
conftest.py [FEATURE] Add throttle_protection plugin (#799) 2023-11-05 08:23:12 -08:00
expected_download.py [DEV] Do not hash .info.json files in expected download summaries (#752) 2023-10-03 13:22:19 -07:00
expected_transaction_log.py [FEATURE] Ability to migrate download archive files (#751) 2023-10-03 16:08:14 -07:00
resources.py [BACKEND] Windows support (#476) 2023-02-28 17:07:03 -08:00