1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 02:29:04 +08:00

[adobepass] Add support for Frontier MSO

This commit is contained in:
Aaryn Smith 2017-09-25 19:21:23 -05:00
parent db96252831
commit 6138b16097

View File

@ -60,6 +60,11 @@ MSO_INFO = {
'username_field': 'IDToken1',
'password_field': 'IDToken2',
},
'Frontier': {
'name': 'FRONTIER',
'username_field': 'username',
'password_field': 'password',
},
'thr030': {
'name': '3 Rivers Communications'
},