summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-03-02 02:14:42 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2017-03-02 02:15:51 +0800
commitaf5049f128655cfec8978f17b04e5d88bd91d37f (patch)
treeba9cbd2dc15bd50be20ad22048e60b74709ad369
parent158af5242e983312c0c1e7590faa9844136e338f (diff)
downloadyoutube-dl-af5049f128655cfec8978f17b04e5d88bd91d37f.tar.gz
youtube-dl-af5049f128655cfec8978f17b04e5d88bd91d37f.tar.xz
youtube-dl-af5049f128655cfec8978f17b04e5d88bd91d37f.zip
[adobepass] Add Charter Spectrum (#11465)
Thanks @tv21 for the fix!
-rw-r--r--youtube_dl/extractor/adobepass.py5
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'
     },