ytdl-sub/docker
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
..
root [FEATURE] Add output_options.keep_max_files to limit number of downloads per subscription (#820) 2023-11-17 09:01:21 -08:00
testing [DOCKER] GUI Docker image using Code-Server (#774) 2023-10-22 01:17:09 -07:00
Dockerfile [BACKEND] Upgrade yt-dlp to 2023.11.16 (#817) 2023-11-15 16:58:29 -08:00
Dockerfile.gui [DOCKER][BUGFIX] Upgrade base code-server image to fix ytdl-sub-gui image (#797) 2023-11-03 14:04:12 -07:00
Dockerfile.ubuntu Revert "[BACKEND] Update yt-dlp to latest commit (#655)" (#656) 2023-07-18 13:17:19 -07:00