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.
Request: upload_year tag in output template #7293
Comments
|
If someone can direct me to the appropriate areas/methods, I'll make a pull request for it. I can't seem to find where the template processing is done. |
|
rather late answer, but maybe someone will be helped. An easy way to display just the first
ps: Now it would be great if someone knows how to use |
|
Honestly, %(upload_year)s, %(upload_month)s, and %(upload_day)s would all be welcome so it's easy to generate a filename like |
|
Agreed. I'd like to use YYMMDD too. |
+1, this would be super helpful... |
I'm trying to folder my videos by year. It would be very useful if I could do this natively, rather than managing it from my script.
This could be fixed by copying the relevant code for the upload_date tag, and returning the first four characters.
This would result in %(upload_year)s returning year in YYYY format.