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.
Currently (AFAIK) you can only have a single, global config file.
I would like to be able to create a few different configs and call whichever one is relevant for the job.
For example, I would create one config for handling YouTube video downloads, one for YouTube audio downloads and one for Soundcloud downloads. I would then call the config with, for example:
youtube-dl --config path-to-config/youtube-vid.txt URLCheers.