[adobepass] add an option to specify mso_id and support for ROGERS TV Provider(closes #10606)
This commit is contained in:
parent
fcba157e80
commit
7a7309219c
4 changed files with 42 additions and 13 deletions
|
@ -350,6 +350,10 @@ def parseOpts(overrideArguments=None):
|
|||
'--video-password',
|
||||
dest='videopassword', metavar='PASSWORD',
|
||||
help='Video password (vimeo, smotri, youku)')
|
||||
authentication.add_option(
|
||||
'--ap-mso-id',
|
||||
dest='ap_mso_id', metavar='APMSOID',
|
||||
help='Adobe Pass Multiple-system operator Identifier(DTV, Rogers)')
|
||||
|
||||
video_format = optparse.OptionGroup(parser, 'Video Format Options')
|
||||
video_format.add_option(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue