projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45396dd
)
[adobepass] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Tue, 13 Sep 2016 16:22:16 +0000
(23:22 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 13 Sep 2016 16:22:16 +0000
(23:22 +0700)
youtube_dl/extractor/adobepass.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/adobepass.py
b/youtube_dl/extractor/adobepass.py
index 454a6af8dcea6edcd6d67365c17aefc2635091c1..50a20808598510b90f3bb4dec041926045064ecd 100644
(file)
--- a/
youtube_dl/extractor/adobepass.py
+++ b/
youtube_dl/extractor/adobepass.py
@@
-44,7
+44,8
@@
class AdobePassIE(InfoExtractor):
return token_expires and token_expires <= int(time.time())
def raise_mvpd_required():
- raise ExtractorError('This video is only available for users of participating TV providers. '
+ raise ExtractorError(
+ 'This video is only available for users of participating TV providers. '
'Use --ap-mso-id to specify Adobe Pass Multiple-system operator Identifier '
'and --netrc to provide account credentials.', expected=True)