projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6926304
)
[adobepass] add support for Time Warner Cable(closes #12191)
author
Remita Amine
<remitamine@gmail.com>
Mon, 20 Feb 2017 18:00:06 +0000
(19:00 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Mon, 20 Feb 2017 18:00:40 +0000
(19:00 +0100)
youtube_dl/extractor/adobepass.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/adobepass.py
b/youtube_dl/extractor/adobepass.py
index 12eeab271c29f3dae271912969317a67fee826ae..4d655bd5e1c3a6c4afae98711c3b7a80c5ac58fc 100644
(file)
--- 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'
},