summary refs log tree commit diff
diff options
context:
space:
mode:
authorNii-90 <Nii-90@users.noreply.github.com>2017-05-20 09:50:46 -0400
committerSergey M <dstftw@gmail.com>2017-05-20 20:50:46 +0700
commitdaa4e9ff90e9c017238dae48e9862ebe02bc3ff2 (patch)
tree4b9c812d8aaccd8bb2cc5fe740d540706633552e
parent2ca29f1aafda58fd7fd6db55d8b99eb89e07f2df (diff)
downloadyoutube-dl-daa4e9ff90e9c017238dae48e9862ebe02bc3ff2.tar.gz
youtube-dl-daa4e9ff90e9c017238dae48e9862ebe02bc3ff2.tar.xz
youtube-dl-daa4e9ff90e9c017238dae48e9862ebe02bc3ff2.zip
[adobepass] Add support for Brighthouse MSO
-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 7da96c65c..d57ad85c2 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',
     },
+    'Brighthouse': {
+        'name': 'Bright House Networks | Spectrum',
+        'username_field': 'j_username',
+        'password_field': 'j_password',
+    },
     'Charter_Direct': {
         'name': 'Charter Spectrum',
         'username_field': 'IDToken1',