diff options
author | Nicolai Dagestad <nicolai.github@dagestad.fr> | 2023-06-21 05:07:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 08:37:42 +0530 |
commit | db3ad8a67661d7b234a6954d9c6a4a9b1749f5eb (patch) | |
tree | f3ad8c554513bd06901ae78b2642c9a1ff407d81 /yt_dlp/YoutubeDL.py | |
parent | af7585c824a1e405bd8afa46d87b4be322edc93c (diff) | |
download | hypervideo-pre-db3ad8a67661d7b234a6954d9c6a4a9b1749f5eb.tar.lz hypervideo-pre-db3ad8a67661d7b234a6954d9c6a4a9b1749f5eb.tar.xz hypervideo-pre-db3ad8a67661d7b234a6954d9c6a4a9b1749f5eb.zip |
Add option `--netrc-cmd` (#6682)
Authored by: NDagestad, pukkandan
Closes #1706
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index a546ce65b..e51bceef3 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -190,6 +190,7 @@ class YoutubeDL: ap_password: Multiple-system operator account password. usenetrc: Use netrc for authentication instead. netrc_location: Location of the netrc file. Defaults to ~/.netrc. + netrc_cmd: Use a shell command to get credentials verbose: Print additional info to stdout. quiet: Do not print messages to stdout. no_warnings: Do not print out anything for warnings. |