diff options
author | Remita Amine <remitamine@gmail.com> | 2016-09-12 23:39:11 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-09-12 23:39:35 +0100 |
commit | 7a7309219cae70e14f58e904591a77360bfbc985 (patch) | |
tree | 73db24fb9ed13d85c3411ab9c019a5e1c049d520 /youtube_dl/YoutubeDL.py | |
parent | fcba157e8049350c5386cc3b850626320d9ff7eb (diff) |
[adobepass] add an option to specify mso_id and support for ROGERS TV Provider(closes #10606)
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 805733fb7..f70d5f49a 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -131,6 +131,7 @@ class YoutubeDL(object): username: Username for authentication purposes. password: Password for authentication purposes. videopassword: Password for accessing a video. + ap_mso_id Adobe Pass Multiple-system operator Identifier. usenetrc: Use netrc for authentication instead. verbose: Print additional info to stdout. quiet: Do not print messages to stdout. |