diff options
author | Remita Amine <remitamine@gmail.com> | 2017-02-20 19:00:06 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2017-02-20 19:00:40 +0100 |
commit | 890d44b005c3073442064a847f2e0204619a8b47 (patch) | |
tree | 04d4d85c91602cb4587638c7937f68a151f24ab1 /youtube_dl/extractor | |
parent | 6926304472d4598f095abc7115ca0f36068271d5 (diff) |
[adobepass] add support for Time Warner Cable(closes #12191)
Diffstat (limited to 'youtube_dl/extractor')
-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 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' }, |