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.
How can I get a downloaded file in the format of OriginalYoutubeVideoTitle_MyOwnAdditionalTitle.mp4? #5892
Comments
|
I can't open the url you posted, but |
What is the exact command I should use when I want to add a few words of my own to the original filename?
For instance,
If I do
youtube-dl "https://www.youtube.com/watch?v=h--AbCdbbEWo", my folder will contain a file like
"Amazing Jellyfish in Palau.mp4"
I'd like instead to get a filename like
"Amazing Jellyfish in Palau_ht_Bob_Smith.mp4"
(in case you're curious, "ht_Bob_Smith" is my reminder that my friend Bob is the one who suggested I watch this video).
I read the description for the "-o" option, but, sorry to say, I don't understand.