Improved custom YYYY-MM-DD output template option

This commit is contained in:
Kieran Eglin 2024-03-12 16:53:25 -07:00
parent 47e96e3780
commit 96b6e7e83a
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -40,7 +40,7 @@ defmodule Pinchflat.Downloading.OutputPathBuilder do
"upload_year" => "%(upload_date>%Y)S",
"upload_month" => "%(upload_date>%m)S",
"upload_day" => "%(upload_date>%d)S",
"upload_yyyy_mm_dd" => "%(upload_date>%Y)S-%(upload_date>%m)S-%(upload_date>%d)S"
"upload_yyyy_mm_dd" => "%(upload_date>%Y-%m-%d)S"
}
end
end