diff options
author | Remita Amine <remitamine@gmail.com> | 2016-09-13 22:16:01 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-09-13 22:16:01 +0100 |
commit | 1b6712ab2378b2e8eb59f372fb51193f8d3bdc97 (patch) | |
tree | f6225aebfb9bf69c8768143a94b03957320d0abc /youtube_dl/YoutubeDL.py | |
parent | 8414c2da31a5ff3cc5ba84fdd537d714d04949f8 (diff) |
[adobepass] add specific options for adobe pass authentication
- add --ap-username and --ap-password option to specify
TV provider username and password in the cmd line
- add --ap-retries option to limit the number of retries
- add --list-ap-msi-ids to list the supported TV Providers
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index f70d5f49a..9c2c26280 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -131,7 +131,9 @@ 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. + ap_mso_id: Adobe Pass Multiple-system operator Identifier. + ap_username: TV Provider username for authentication purposes. + ap_password: TV Provider password for authentication purposes. usenetrc: Use netrc for authentication instead. verbose: Print additional info to stdout. quiet: Do not print messages to stdout. |