Open gddrx opened 1 year ago
Should work in general. Which url did you try it with, maybe that source did not provide a release date?
Should work in general. Which url did you try it with, maybe that source did not provide a release date?
Strange. Now upload date - working. When I start topic did not work. Some kind of glitch, or glitch of my hands.
%(upload_date)s %(title).200s.%(ext)s - worked.
Can we change date format in template from YYYYMMDD to DDMMYYYY?)
Glad it’s working now
Can we change date format in template from YYYYMMDD to DDMMYYYY?)
I won’t do that in general (the other order is actually much nicer for sorting), but it might be possible with some output template. Let me check
Date/time Formatting: Date/time fields can be formatted according to strftime formatting by specifying it separated from the field name using a >. E.g. %(duration>%H-%M-%S)s, %(upload_date>%Y-%m-%d)s, %(epoch-3600>%H-%M-%S)s
So probably something like
%(upload_date>%d-%m-%Y)s
should be what you were looking for?
So probably something like
%(upload_date>%d-%m-%Y)s
should be what you were looking for?
One more question (sorry): In some cases, you don't want special characters such as 中, spaces, or &, such as when transferring the downloaded filename to a Windows system or the filename through an 8bit-unsafe channel. In these cases, add the --restrict-filenames flag to get a shorter title.
How use this function, if i use AppImage in Linux?)
The —restrict-filenames was never implemented it seems
%(release_date)s_%(title).200s.%(ext)s
What is wrong in filename template?) Release date (or upload date) - not working currently, or i do something wrong ?
Date in files - absent