about summary refs log tree commit diff
path: root/youtube_dl/__init__.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2016-09-12 23:39:11 +0100
committerRemita Amine <remitamine@gmail.com>2016-09-12 23:39:35 +0100
commit7a7309219cae70e14f58e904591a77360bfbc985 (patch)
tree73db24fb9ed13d85c3411ab9c019a5e1c049d520 /youtube_dl/__init__.py
parentfcba157e8049350c5386cc3b850626320d9ff7eb (diff)
downloadyoutube-dl-7a7309219cae70e14f58e904591a77360bfbc985.tar.gz
youtube-dl-7a7309219cae70e14f58e904591a77360bfbc985.tar.xz
youtube-dl-7a7309219cae70e14f58e904591a77360bfbc985.zip
[adobepass] add an option to specify mso_id and support for ROGERS TV Provider(closes #10606)
Diffstat (limited to 'youtube_dl/__init__.py')
-rw-r--r--youtube_dl/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py
index 42128272a..2b1b841c9 100644
--- a/youtube_dl/__init__.py
+++ b/youtube_dl/__init__.py
@@ -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,