ytdl-sub/src/ytdl_sub/validators
Jesse Bannon 0bd97dbe96
[FEATURE] release_date support for date_range (#1231)
Adds the ability to toggle whether to use `upload_date` or `release_date` in the date_range plugin, which is used to cull older videos.

```
date_range:
  type: "upload_date"
```

If using the Only Recent preset, it will be automatically applied based on whether your season/episode ordering uses release date or upload date.

Closes https://github.com/jmbannon/ytdl-sub/issues/1182
2025-06-01 09:28:42 -07:00
..
__init__.py setup cfg 2022-04-26 07:19:53 +00:00
audo_codec_validator.py [FEATURE] Support best codec type in audio_extract (#700) 2023-09-02 00:50:26 -07:00
file_path_validators.py [BUGFIX] Do not perform nested scripting on file path outputs (#1123) 2024-11-18 00:22:20 -08:00
nfo_validators.py [BACKEND] output_directory_nfo_tags to support source vars (#239) 2022-09-17 11:11:37 -07:00
regex_validator.py [FEATURE] Chapters plugin with SponsorBlock support (#178) 2022-08-15 17:01:03 -07:00
source_variable_validator.py [BACKEND] Validate override variable names (#845) 2023-12-18 17:11:25 -08:00
strict_dict_validator.py [FEATURE] Subtitles support via Subtitles plugin (#169) 2022-08-12 09:58:08 -07:00
string_datetime.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
string_formatter_validators.py [FEATURE] Ability to customize date used for deleting old files (#1221) 2025-05-31 08:52:15 -07:00
string_select_validator.py [FEATURE] release_date support for date_range (#1231) 2025-06-01 09:28:42 -07:00
validators.py [DEV] Bump pylint from 2.13.5 to 3.1.0 (#972) 2024-04-28 10:40:15 -07:00