[adobepass] remove unnecessary option
This commit is contained in:
parent
86d68f906e
commit
5712c0f426
3 changed files with 1 additions and 9 deletions
|
@ -83,9 +83,8 @@ class AdobePassIE(InfoExtractor):
|
|||
}
|
||||
|
||||
guid = xml_text(resource, 'guid')
|
||||
retries = self._downloader.params.get('ap_retries', 3)
|
||||
count = 0
|
||||
while count < retries:
|
||||
while count < 2:
|
||||
requestor_info = self._downloader.cache.load('mvpd', requestor_id) or {}
|
||||
authn_token = requestor_info.get('authn_token')
|
||||
if authn_token and is_expired(authn_token, 'simpleTokenExpires'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue