[adobepass] add an option to specify mso_id and support for ROGERS TV Provider(closes...
[youtube-dl] / youtube_dl / __init__.py
index 42128272a723f94c2a528b906a08e8246b440bec..2b1b841c95788f0b291f88717746ac87865268ef 100644 (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,