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] Store config file in the application folder #18324
Comments
|
I'd like to take this issue myself. |
What is the purpose of your issue?
Please add a functionality to store the "config.txt" file in the same folder the youtube-dl.exe application itself is located. This will make sort of a portable installation without need to modify files in %appdata% folder.
Probably the code starts here, but I'm not familiar with Python.
https://github.com/rg3/youtube-dl/blob/d19600df07128c73ef7242af7e1cd8c819951aba/youtube_dl/options.py#L57
Thanks.