[adobepass] add an option to specify mso_id and support for ROGERS TV Provider(closes #10606)

This commit is contained in:
Remita Amine 2016-09-12 23:39:11 +01:00
parent fcba157e80
commit 7a7309219c
4 changed files with 42 additions and 13 deletions

View file

@ -293,6 +293,7 @@ def _real_main(argv=None):
'password': opts.password,
'twofactor': opts.twofactor,
'videopassword': opts.videopassword,
'ap_mso_id': opts.ap_mso_id,
'quiet': (opts.quiet or any_getting or any_printing),
'no_warnings': opts.no_warnings,
'forceurl': opts.geturl,