1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00
gallery-dl/docs
Mike Fährmann 3842cdcd8f
[formatter] implement 'D' format specifier
To be able to parse any string into a 'datetime' object
and format it as necessary.

Example:

{created_at:D%Y-%m-%dT%H:%M:%S%z}
->
"2010-01-01 00:00:00"

{created_at:D%Y-%m-%dT%H:%M:%S%z/%b %d %Y %I:%M %p}
->
"Jan 01 2010 12:00 AM"

with 'created_at' == "2010-01-01T01:00:00+0100"
2021-11-20 23:04:34 +01:00
..
configuration.rst [kemonoparty] 'postfile' -> 'file' (#1991) 2021-11-19 01:50:48 +01:00
formatting.md [formatter] implement 'D' format specifier 2021-11-20 23:04:34 +01:00
gallery-dl-example.conf small corrections to gallery-dl-example.conf 2021-10-16 20:50:39 +02:00
gallery-dl.conf [redgifs] update to API v2 (#1984) 2021-11-04 21:31:20 +01:00
supportedsites.md [dynastyscans] add 'manga' extractor (closes #2035) 2021-11-19 22:51:26 +01:00