1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-08-20 08:14:42 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
jfogelman
de24545250
Merge dbe4f3829313a4f8676020c1d13f4d32e5f093d8 into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6 2025-04-01 10:00:07 +02:00
jfogelman
dbe4f38293 Add MSO support for RCN
Added RCN authentication field names to MSO section in adobepass extractor.
2021-07-15 21:49:31 -04:00

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',