aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/adobepass.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-08-16 04:45:21 +0700
committerSergey M․ <dstftw@gmail.com>2016-08-16 04:45:21 +0700
commitfb64adcbd37a660da92687878831d08e82ae748c (patch)
tree69a901bffeade9961f78aa04840cd172b72e942f /youtube_dl/extractor/adobepass.py
parent4f640f28901be8a3ce57e77ead404d751e36d208 (diff)
downloadyoutube-dl-fb64adcbd37a660da92687878831d08e82ae748c.tar.xz
[adobepass] PEP 8
Diffstat (limited to 'youtube_dl/extractor/adobepass.py')
-rw-r--r--youtube_dl/extractor/adobepass.py2
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