Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Output Filename Template: Request for upload-datetime #1706
Comments
|
Bump. I was just about to suggest this when I found it as a suggestion. I too would like an "HHMMSS" field that could be added to the existing YYYYMMDD fields. |
|
Looks like because the way youtube-dl is architected (each site having custom code to extract the date string, and then unifying the formatting but returning the result as a string rather than a datetime) this might involve a lot of change (but none of it very complex AFAICT):
Does this seem sane? |
|
Almost 5 years now... Still can't include an HHMM in the filename :'( |
|
I would be happy to get the format "YYYY-MM-DDTHH:MM:SS " in the filename too. |
|
Upvoted! |
The current %(upload_date)s gives YYYYMMDD. Could you please consider adding another that includes time like YYYYMMDD-hhmmss ? Maybe a date-time combination option %(upload_datetime)s or a separate %(upload_time)s ?