mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[options] Improve Adobe Pass wording
This commit is contained in:
parent
c849836854
commit
537f753399
@ -355,19 +355,19 @@ def _scrub_eq(o):
|
|||||||
adobe_pass.add_option(
|
adobe_pass.add_option(
|
||||||
'--ap-mso',
|
'--ap-mso',
|
||||||
dest='ap_mso', metavar='MSO',
|
dest='ap_mso', metavar='MSO',
|
||||||
help='Adobe Pass Multiple-system operator Identifier')
|
help='Adobe Pass multiple-system operator (TV provider) identifier, use --ap-list-mso for a list of available MSOs')
|
||||||
adobe_pass.add_option(
|
adobe_pass.add_option(
|
||||||
'--ap-username',
|
'--ap-username',
|
||||||
dest='ap_username', metavar='USERNAME',
|
dest='ap_username', metavar='USERNAME',
|
||||||
help='TV Provider Login with this account ID')
|
help='Multiple-system operator account login')
|
||||||
adobe_pass.add_option(
|
adobe_pass.add_option(
|
||||||
'--ap-password',
|
'--ap-password',
|
||||||
dest='ap_password', metavar='PASSWORD',
|
dest='ap_password', metavar='PASSWORD',
|
||||||
help='TV Provider Account password. If this option is left out, youtube-dl will ask interactively.')
|
help='Multiple-system operator account password. If this option is left out, youtube-dl will ask interactively.')
|
||||||
adobe_pass.add_option(
|
adobe_pass.add_option(
|
||||||
'--ap-list-mso',
|
'--ap-list-mso',
|
||||||
action='store_true', dest='ap_list_mso', default=False,
|
action='store_true', dest='ap_list_mso', default=False,
|
||||||
help='List all supported TV Providers')
|
help='List all supported multiple-system operators')
|
||||||
|
|
||||||
video_format = optparse.OptionGroup(parser, 'Video Format Options')
|
video_format = optparse.OptionGroup(parser, 'Video Format Options')
|
||||||
video_format.add_option(
|
video_format.add_option(
|
||||||
|
Loading…
Reference in New Issue
Block a user