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.
Extend variables used with the -o flag to other flags #9201
Comments
|
Just parse JSON, we are not going to bloat the cli interface with all these commands. |
|
I have literally no idea how to do that. Here's what I'm trying to do: https://stackoverflow.com/questions/36637319/youtube-dl-problems-scripting I just want to put the archive file in the same folder as the channel that I'm downloading, but the --download-archive flag doesn't support any of the python vars used to create the folder/file name for the -o tag. |
|
How would expanding the formatting support you already have to other output file arguments "bloat" the cli interface exactly? Also what json should he be parsing and how would that solve the problem of putting the other output files in the same single location easily? |
|
Bump. |
|
You should better describe your issue. None of
receive any parameters so |
|
My issue is that I'm downloading entire youtube channels to folders that are named via vars used with the -o flag. Since the --download-archive flag doesn't take any variables from the -o flag, I have to manually move them after the fact, which defeats the whole purpose of an automated script. |
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
Description of your issue, suggested solution and other information
Please allow the variables used with the -o flag (%(title)s , %(uploader)s , etc) to also be used with other flags such as
[deleted]
--download-archive
&tc.
It would make my life a whole lot easier.