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.
If I use -o as parameter, all videos are downloaded one more time. #146
Comments
|
I'm not quite certain what your problem is. If you specify the If you have already downloaded the files and want to rename them, youtube-dl is not the right tool for the job. The shell is:
|
I want to name my videos like "name.mp4" without ID.
If I use -l or -t parameter, already downloaded videos will be skipped, but ID will be used as a part of a filename too.
If I use -o %(title)s.%(ext)s, all videos will be downloaded one more time and then renamed.
Is it possible to use -o parameter withot redownloads?