diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-09-15 22:24:55 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-09-15 22:24:55 +0700 |
commit | 1da50aa34e9fa0fd927de8197dcf2884551dd800 (patch) | |
tree | 5435b7b12c6aa6a9dc7ddf1facaddb46531efa6d /youtube_dl/YoutubeDL.py | |
parent | d2522b86ac7d1eff1f00e21bcd976a2616b6a6d2 (diff) |
[YoutubeDL] Improve Adobe Pass options' wording
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 29d8517a3..442aa663b 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -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. |