diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-06-21 12:12:15 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-06-21 12:13:27 +0530 |
commit | d7cd97e8d8d42b500fea9abb2aa4ac9b0f98b2ad (patch) | |
tree | 05cd902de7e13f1798e7e93afa49db1f072df339 /README.md | |
parent | d1b21561497b6bbb8ff1202e63f48eb41bd315af (diff) | |
download | hypervideo-pre-d7cd97e8d8d42b500fea9abb2aa4ac9b0f98b2ad.tar.lz hypervideo-pre-d7cd97e8d8d42b500fea9abb2aa4ac9b0f98b2ad.tar.xz hypervideo-pre-d7cd97e8d8d42b500fea9abb2aa4ac9b0f98b2ad.zip |
Fix bug in db3ad8a67661d7b234a6954d9c6a4a9b1749f5eb
Closes #7367
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1221,7 +1221,7 @@ To activate authentication with the `.netrc` file you should pass `--netrc` to y The default location of the .netrc file is `~` (see below). -As an alternative to using the `.netrc` file, which has the disadvantage of keeping your passwords in a plain text file, you can configure a custom shell command to provide the credentials for an extractor. This is done by providing the `--netrc-cmd` parameter, it shall output the credentials in the netrc format and return `0` on success, other values will be treated as an error. `{}` in the command will be replaced by the name of the extractor to make it possible to select the credentials for the right extractor (To use literal braces, double them like `{{}}`). +As an alternative to using the `.netrc` file, which has the disadvantage of keeping your passwords in a plain text file, you can configure a custom shell command to provide the credentials for an extractor. This is done by providing the `--netrc-cmd` parameter, it shall output the credentials in the netrc format and return `0` on success, other values will be treated as an error. `{}` in the command will be replaced by the name of the extractor to make it possible to select the credentials for the right extractor. E.g. To use an encrypted `.netrc` file stored as `.authinfo.gpg` ``` |