ytdl-sub/tests
Jesse Bannon 544af2207b
[FEATURE] Add output_options.keep_max_files to limit number of downloads per subscription (#820)
Adds a new mechanism to limit subscriptions' number of videos to an explicit number (only supported date ranges prior to this).

Example usage:
```
output_options:
  keep_max_files: 10
```
will only keep 10 videos at max.

In addition:
- `keep_max_files` is bundled into the `Only Recent` preset and can be used via setting the `only_recent_max_files` override variable (see examples or README for usage).
- Changed the `date_range` variable name to `only_recent_date_range` for more clarity.  Usage of `date_range` will continue to work.
2023-11-17 09:01:21 -08:00
..
e2e [FEATURE] Add output_options.keep_max_files to limit number of downloads per subscription (#820) 2023-11-17 09:01:21 -08:00
resources [FEATURE] Add output_options.keep_max_files to limit number of downloads per subscription (#820) 2023-11-17 09:01:21 -08:00
unit [DEV] String validators to allow ints, floats, bools (#810) 2023-11-16 23:50:51 -08:00
__init__.py Add channel as kodi tv show e2e test (#15) 2022-04-29 11:09:32 -07:00
conftest.py [DEV] Test-case for subscription with existing download archive (#819) 2023-11-16 23:37:24 -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 [DEV] Test-case for subscription with existing download archive (#819) 2023-11-16 23:37:24 -08:00
resources.py [DEV] Test-case for subscription with existing download archive (#819) 2023-11-16 23:37:24 -08:00