mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[adobepass] add support for Time Warner Cable(closes #12191)
This commit is contained in:
parent
6926304472
commit
890d44b005
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@
|
||||||
'username_field': 'user',
|
'username_field': 'user',
|
||||||
'password_field': 'passwd',
|
'password_field': 'passwd',
|
||||||
},
|
},
|
||||||
|
'TWC': {
|
||||||
|
'name': 'Time Warner Cable | Spectrum',
|
||||||
|
'username_field': 'Ecom_User_ID',
|
||||||
|
'password_field': 'Ecom_Password',
|
||||||
|
},
|
||||||
'thr030': {
|
'thr030': {
|
||||||
'name': '3 Rivers Communications'
|
'name': '3 Rivers Communications'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue