This commit is contained in:
Jesse Bannon 2025-06-01 08:41:52 -07:00
parent 426272d704
commit 823d3f955e

View file

@ -151,6 +151,8 @@ granularity possible.
date_range:
before: "now"
after: "today-2weeks"
breaks: True
type: "upload_date"
``after``
@ -183,6 +185,14 @@ granularity possible.
is enabled or not via Boolean.
``type``
:expected type: Optional[OverridesFormatter]
:description:
Which type of date to use. Must be either ``upload_date`` or ``release_date``.
Defaults to ``upload_date``.
----------------------------------------------------------------------------------------------------
download