Improved custom YYYY-MM-DD output template option
This commit is contained in:
parent
47e96e3780
commit
96b6e7e83a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue