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.
Youtube Metadata - Creation date missing with some videos. #24521
Comments
|
|
Thank you for the response
Yes, I found in the code the method to add the utime and atime to temporary files youtube-dl/youtube_dl/downloader/common.py Line 206 in 049c048 But this code does not work with fragments ( http_dash_segments ). As you see here:
SuggestionThe http_dash_segments engine should use the first fragment as mtime, atime |
Checklist
I'm reporting a broken site support issue
I've verified that I'm running youtube-dl version 2020.03.24
I've read bugs section in FAQ
I've checked that all provided URLs are alive and playable in a browser
I've checked that all URLs and arguments with special characters are properly quoted or escaped
I've searched the bugtracker for similar bug reports including closed ones
Verbose log
Description
I am downloading this url: https://www.youtube.com/watch?v=VGv2_7sCkAc
Once the video is downloaded the FILE DATE is the CURRENT TIME ( Mar 28 23:15 ) and not the time when the video mas uploaded ( Mar 17, 2018 ).
With other videos like: https://www.youtube.com/watch?v=u2Ms34GE14U
I do not have this issue, in this case the Date is: Apr 4 2019 ¿Qué son las APIs y para qué sirven-u2Ms34GE14U.mkv
Is this something related to FFMEG?
Thank you