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.
Local config file doesn't use environment variables #1720
Comments
|
Since #1639 was closed, you can use |
|
Since youtube-dl is not a shell script, it is not really feasible for it to expand environment variables. However, like many programs, it does expand tilde user names, as @jaimeMF suggested. |
I want to write every video to the same output directory. I put
but instead of writing to
~/Downloads/files are written to<cwd>/$HOME/Downloads. It seems that environment variables are not expanded.Refs #1140