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.
specify config file #6745
specify config file #6745
Comments
|
Supporting per site configuration has already been requested in #3101. We'll keep this issue open for adding an option to read an specific config file. |
|
Thank you! I greatly applicate all the hard work everyone contributes to this projects. I could see benefits from the per site configuration though could see greater flexibility, although possibly more cumbersome for some users, from having the option of multiple youtube-dl.conf Either way (or not)... you are all are awesome |
there's an option to --ignore-config is there any plans to allow specify a specific config file, that is multiple config files.?
Examples, downloading certain file types from specific sites. Downloading with username and password and parameters depending which sites you're downloading from.
Ultimately, I guess it's no more cumbersome than having a shell script, with command line options for specific downloads and/or using --ignore-config as needed.
DJ