diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-08-16 04:45:21 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-08-16 04:45:21 +0700 |
commit | fb64adcbd37a660da92687878831d08e82ae748c (patch) | |
tree | 69a901bffeade9961f78aa04840cd172b72e942f /youtube_dl/extractor | |
parent | 4f640f28901be8a3ce57e77ead404d751e36d208 (diff) |
[adobepass] PEP 8
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/adobepass.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/adobepass.py b/youtube_dl/extractor/adobepass.py index 2c9f8817b..9e3a3e362 100644 --- a/youtube_dl/extractor/adobepass.py +++ b/youtube_dl/extractor/adobepass.py @@ -131,4 +131,4 @@ class AdobePassIE(InfoExtractor): if '<pendingLogout' in short_authorize: self._downloader.cache.store('mvpd', requestor_id, {}) return self._extract_mvpd_auth(url, video_id, requestor_id, resource) - return short_authorize
\ No newline at end of file + return short_authorize |