mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 16:25:52 +00:00
Add MSO support for RCN
Added RCN authentication field names to MSO section in adobepass extractor.
This commit is contained in:
parent
a803582717
commit
dbe4f38293
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue