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.
Read Default Options from a File #1881
Comments
|
youtube-dl already supports configuration files. The format is dead simple - just write the options you want into a text file. You can add system-wide configuration at |
|
How is this done in windows? |
|
We used the same locations on Windows before, but I've just noticed that it is difficult to create these files due to limitations of the Windows UI. Since youtube-dl 2013.12.03, you can also use the simpler |
|
May I suggest that you display the "%APPDATA%\youtube-dl\config.txt" on the documentation page? Took me a while to find this information ;x |
|
@HeavenArt Thanks for the comment (in the future, better open up a new issue, since comments can get lost when the issue has been closed already). I've updated the configuration documentation. |
Is it possible to add the ability to specify commonly used options in a file.
There can be a default file and also ability to specify another file.