projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e60ce9
)
[adobepass] fix check for pendingLogout errors
author
Remita Amine
<remitamine@gmail.com>
Sun, 14 Aug 2016 20:25:43 +0000
(21:25 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sun, 14 Aug 2016 20:25:43 +0000
(21:25 +0100)
youtube_dl/extractor/adobepass.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/adobepass.py
b/youtube_dl/extractor/adobepass.py
index d315bfbc1e8cf8ab2f6c292c969b1af2d482b6ff..cf3a15cbb1b1d997fdc9f33e48de7561c5b06856 100644
(file)
--- a/
youtube_dl/extractor/adobepass.py
+++ b/
youtube_dl/extractor/adobepass.py
@@
-90,7
+90,7
@@
class AdobePass(InfoExtractor):
'_method': 'GET',
'requestor_id': requestor_id,
}), headers=mvpd_headers)
- if '<pendingLogout' in s
hort_authorize
:
+ if '<pendingLogout' in s
ession
:
self._downloader.cache.store('mvpd', requestor_id, {})
return self._extract_mvpd_auth(url, video_id, requestor_id, resource)
authn_token = unescapeHTML(xml_text(session, 'authnToken'))