ytdl-sub/src/ytdl_sub/subscriptions
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
base_subscription.py [DEV] Bump black from 22.3.0 to 24.4.2 (#973) 2024-04-27 15:46:47 -07:00
subscription.py [BUGFIX] Only apply --dl-override to subscriptions in --match (#890) 2024-01-09 20:50:31 -08:00
subscription_download.py [FEATURE] release_date support for date_range (#1231) 2025-06-01 09:28:42 -07:00
subscription_validators.py [BACKEND] %contains_any function, list + dict support for tilda overrides mode (#1054) 2024-09-20 09:23:22 -07:00
subscription_ytdl_options.py [FEATURE] Throttle protection per request (#1229) 2025-05-31 09:41:14 -07:00