1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

Add MSO support for RCN

Added RCN authentication field names to MSO section in adobepass extractor.
This commit is contained in:
jfogelman 2021-07-15 21:49:31 -04:00
parent a803582717
commit dbe4f38293

View file

@ -35,6 +35,11 @@ MSO_INFO = {
'username_field': 'email',
'password_field': 'loginpassword',
},
'RCN': {
'name': 'RCN',
'username_field': 'UserName',
'password_field': 'UserPassword',
},
'Rogers': {
'name': 'Rogers',
'username_field': 'UserName',