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.
Creating a logfile similar to "--download-archive" (URL, ID, Name, Date and Time) #9464
Comments
|
You can use the |
|
Thank you for the answer! --write-info-json is very good, and includes nearly all of the things I want. The only thing I'm missing is a timestamp when the file was finished downloading. If it's possible, I'd like to add it somewhere in the json file, so I just have to collect all the information from just that file later on... |
I think you can just check the change time (ctime) of the video file itself. |
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I really enjoy using this tool - thank you very much!
Is there a way to log some (accessible) details of the downloaded videos? I'm thinking of somethink like the current output of "--download-archive" but with more details.
I like how I can configure the file output name, but having all these possibilities to create a own logfile-template would be awesome!