mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-05 13:32:53 -05:00
[adobepass] add support for Time Warner Cable(closes #12191)
This commit is contained in:
@ -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'
|
||||
},
|
||||
|
Reference in New Issue
Block a user