mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[adobepass] PEP 8
This commit is contained in:
parent
4f640f2890
commit
fb64adcbd3
1 changed files with 1 additions and 1 deletions
|
@ -131,4 +131,4 @@ def post_form(form_page, note, data={}):
|
||||||
if '<pendingLogout' in short_authorize:
|
if '<pendingLogout' in short_authorize:
|
||||||
self._downloader.cache.store('mvpd', requestor_id, {})
|
self._downloader.cache.store('mvpd', requestor_id, {})
|
||||||
return self._extract_mvpd_auth(url, video_id, requestor_id, resource)
|
return self._extract_mvpd_auth(url, video_id, requestor_id, resource)
|
||||||
return short_authorize
|
return short_authorize
|
||||||
|
|
Loading…
Reference in a new issue