]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/YoutubeDL.py
Add option `--netrc-cmd` (#6682)
[yt-dlp.git] / yt_dlp / YoutubeDL.py
index a546ce65ba450710790f7e4fb992ef2f5f73a7fa..e51bceef342908e123bbf931f0bbd3d5c27f0953 100644 (file)
@@ -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.