mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 07:04:38 +00:00
[YoutubeDL] Improve Adobe Pass options' wording
This commit is contained in:
parent
d2522b86ac
commit
1da50aa34e
1 changed files with 3 additions and 3 deletions
|
@ -131,9 +131,9 @@ class YoutubeDL(object):
|
|||
username: Username for authentication purposes.
|
||||
password: Password for authentication purposes.
|
||||
videopassword: Password for accessing a video.
|
||||
ap_mso: Adobe Pass Multiple-system operator Identifier.
|
||||
ap_username: TV Provider username for authentication purposes.
|
||||
ap_password: TV Provider password for authentication purposes.
|
||||
ap_mso: Adobe Pass multiple-system operator identifier.
|
||||
ap_username: Multiple-system operator account username.
|
||||
ap_password: Multiple-system operator account password.
|
||||
usenetrc: Use netrc for authentication instead.
|
||||
verbose: Print additional info to stdout.
|
||||
quiet: Do not print messages to stdout.
|
||||
|
|
Loading…
Reference in a new issue