Update README.md

This commit is contained in:
GitHub Action 2024-05-17 18:41:22 +00:00
parent 18e34bfca7
commit 9c2b05d452
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ yt-dlp --netrc-cmd 'gpg --decrypt ~/.authinfo.gpg' https://www.youtube.com/watch
### Notes about environment variables
* Environment variables are normally specified as `${VARIABLE}`/`$VARIABLE` on UNIX and `%VARIABLE%` on Windows; but is always shown as `${VARIABLE}` in this documentation
* Environment variables are normally specified as `${master}`/`$master` on UNIX and `%master%` on Windows; but is always shown as `${master}` in this documentation
* yt-dlp also allow using UNIX-style variables on Windows for path-like options; e.g. `--output`, `--config-location`
* If unset, `${XDG_CONFIG_HOME}` defaults to `~/.config` and `${XDG_CACHE_HOME}` to `~/.cache`
* On Windows, `~` points to `${HOME}` if present; or, `${USERPROFILE}` or `${HOMEDRIVE}${HOMEPATH}` otherwise