mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 04:17:21 +08:00
Add Spectrum as an Adobe Pass provider
Some services no longer allow for the older services (ex. `Charter_Direct`) to be used and just return a generic 401 response. Going through their login flow manually, the new provider name appears to be `Spectrum`. This provider seems to work even place of services that still allow for `Charter_Direct` to be used.
This commit is contained in:
parent
d65d89183f
commit
caf9e87f9f
@ -60,6 +60,11 @@ MSO_INFO = {
|
||||
'username_field': 'IDToken1',
|
||||
'password_field': 'IDToken2',
|
||||
},
|
||||
'Spectrum': {
|
||||
'name': 'Spectrum',
|
||||
'username_field': 'IDToken1',
|
||||
'password_field': 'IDToken2',
|
||||
},
|
||||
'Verizon': {
|
||||
'name': 'Verizon FiOS',
|
||||
'username_field': 'IDToken1',
|
||||
|
Loading…
x
Reference in New Issue
Block a user