Browse Source

[adobepass] Add Charter Spectrum (#11465)

Thanks @tv21 for the fix!
master-ytdl-org
Yen Chi Hsuan 8 years ago
parent
commit
af5049f128
No known key found for this signature in database GPG Key ID: 7F902A182457CA23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      youtube_dl/extractor/adobepass.py

+ 5
- 0
youtube_dl/extractor/adobepass.py View File

@ -36,6 +36,11 @@ MSO_INFO = {
'username_field': 'Ecom_User_ID',
'password_field': 'Ecom_Password',
},
'Charter_Direct': {
'name': 'Charter Spectrum',
'username_field': 'IDToken1',
'password_field': 'IDToken2',
},
'thr030': {
'name': '3 Rivers Communications'
},


Loading…
Cancel
Save