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.
Can I format filename from video description? [question] #26182
Comments
|
Read FAQ on output template. |
|
@dstftw Surely I did it. I see no way to use the |
The videos I am planning to download have a description in the following format:
Their titles are like
Something Something.I would like to download the video as
VID_20200517_171613 Something Something.mp4. Is there any way to do it?Or,
VID_20200517_171613 Something Something.mp4is equal to original filename. Is there any way to get it from YouTube?Probably, I can save description to json (
--write-info-json) and rename the file once it is downloaded?