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.
Using the output template to save to TXT #23385
Comments
|
Checklist
Question
Hi. I simply wish to know how to use the Output template to pull video data such as the upload date and view count and save to a text document. Is this possible to do, and can you provide an example command?
youtube-dl --get-id --get-duration --get-title https://www.youtube.com/watch?v=NEmdbcW7D3Q >> example.txtpulls the ID, duration, and title and saves as a text document, as an example. But I am confused as to how to use the output template.