ytdl-sub/tests/resources/expected_downloads_summaries/youtube
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
..
test_channel_full.json [FEATURE] TV Show prebuilt presets that require no config (#788) 2023-11-01 22:39:32 -07:00
test_merge_playlist.json [BUGFIX] Fix latest ep thumbnail showing as TV show poster (#304) 2022-10-30 22:54:46 -07:00
test_playlist.json [FEATURE] Prebuilt Music Videos (#787) 2023-10-28 00:12:22 -07:00
test_playlist_archive_migrated.json [FEATURE] Prebuilt Music Videos (#787) 2023-10-28 00:12:22 -07:00
test_split_video.json [BACKEND] Move resources to root test folder (#259) 2022-09-30 13:01:04 -07:00
test_video.json [FEATURE] Add throttle_protection plugin (#799) 2023-11-05 08:23:12 -08:00
test_video_cli.json [FEATURE] Prebuilt Music Videos (#787) 2023-10-28 00:12:22 -07:00
test_video_missing_thumb.json [FEATURE] Prebuilt Music Videos (#787) 2023-10-28 00:12:22 -07:00