[extractor] Add write_debug and get_param
This commit is contained in:
parent
681de68e9d
commit
a06916d98e
52 changed files with 130 additions and 127 deletions
|
|
@ -1414,7 +1414,7 @@ class AdobePassIE(InfoExtractor):
|
|||
authn_token = None
|
||||
if not authn_token:
|
||||
# TODO add support for other TV Providers
|
||||
mso_id = self._downloader.params.get('ap_mso')
|
||||
mso_id = self.get_param('ap_mso')
|
||||
if not mso_id:
|
||||
raise_mvpd_required()
|
||||
username, password = self._get_login_info('ap_username', 'ap_password', mso_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue