summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-02-20 19:00:06 +0100
committerRemita Amine <remitamine@gmail.com>2017-02-20 19:00:40 +0100
commit890d44b005c3073442064a847f2e0204619a8b47 (patch)
tree04d4d85c91602cb4587638c7937f68a151f24ab1
parent6926304472d4598f095abc7115ca0f36068271d5 (diff)
downloadyoutube-dl-890d44b005c3073442064a847f2e0204619a8b47.tar.gz
youtube-dl-890d44b005c3073442064a847f2e0204619a8b47.tar.xz
youtube-dl-890d44b005c3073442064a847f2e0204619a8b47.zip
[adobepass] add support for Time Warner Cable(closes #12191)
-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 12eeab271..4d655bd5e 100644
--- a/youtube_dl/extractor/adobepass.py
+++ b/youtube_dl/extractor/adobepass.py
@@ -31,6 +31,11 @@ MSO_INFO = {
         'username_field': 'user',
         'password_field': 'passwd',
     },
+    'TWC': {
+        'name': 'Time Warner Cable | Spectrum',
+        'username_field': 'Ecom_User_ID',
+        'password_field': 'Ecom_Password',
+    },
     'thr030': {
         'name': '3 Rivers Communications'
     },