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.
[Feature request] : Add a -d option to store the current downloaded video to a specific directory #20502
Comments
|
What's the point of this? Just use this specific directory in |
|
@dstftw Here is the point : I believe each option of any console tool (such as
I always use the same filename pattern which I store in I don't want to type the following commands each time I want to store videos in different directories with the same video filename pattern :
This can become very laborious over time, don't think ? I'm hoping you would reopen my feature request. Jesus bless you. |
|
@dstftw I'm sorry but your solution does not work :
|
|
Agree with @sebma. Please support this convenient feature. |
Please follow the guide below
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.03.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Can you please add a
-doption with a string argument to store the current downloaded video to a specific directory (that is different from the default directory which I have given with the -oDIR/%(title)s.%(ext)option) :$ youtube-dl -d $myDIR/ $url