[adobepass] add support for Time Warner Cable(closes #12191)
authorRemita Amine <remitamine@gmail.com>
Mon, 20 Feb 2017 18:00:06 +0000 (19:00 +0100)
committerRemita Amine <remitamine@gmail.com>
Mon, 20 Feb 2017 18:00:40 +0000 (19:00 +0100)
youtube_dl/extractor/adobepass.py

index 12eeab271c29f3dae271912969317a67fee826ae..4d655bd5e1c3a6c4afae98711c3b7a80c5ac58fc 100644 (file)
@@ -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'
     },