diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2017-03-02 02:14:42 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2017-03-02 02:15:51 +0800 |
commit | af5049f128655cfec8978f17b04e5d88bd91d37f (patch) | |
tree | ba9cbd2dc15bd50be20ad22048e60b74709ad369 /youtube_dl/extractor/adobepass.py | |
parent | 158af5242e983312c0c1e7590faa9844136e338f (diff) |
[adobepass] Add Charter Spectrum (#11465)
Thanks @tv21 for the fix!
Diffstat (limited to 'youtube_dl/extractor/adobepass.py')
-rw-r--r-- | youtube_dl/extractor/adobepass.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/adobepass.py b/youtube_dl/extractor/adobepass.py index 4d655bd5e..d4816abf5 100644 --- a/youtube_dl/extractor/adobepass.py +++ b/youtube_dl/extractor/adobepass.py @@ -36,6 +36,11 @@ MSO_INFO = { 'username_field': 'Ecom_User_ID', 'password_field': 'Ecom_Password', }, + 'Charter_Direct': { + 'name': 'Charter Spectrum', + 'username_field': 'IDToken1', + 'password_field': 'IDToken2', + }, 'thr030': { 'name': '3 Rivers Communications' }, |