mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 10:11:52 +00:00
[adobepass] PEP 8
This commit is contained in:
parent
45396dd2ed
commit
8414c2da31
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ class AdobePassIE(InfoExtractor):
|
||||||
return token_expires and token_expires <= int(time.time())
|
return token_expires and token_expires <= int(time.time())
|
||||||
|
|
||||||
def raise_mvpd_required():
|
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 '
|
'Use --ap-mso-id to specify Adobe Pass Multiple-system operator Identifier '
|
||||||
'and --netrc to provide account credentials.', expected=True)
|
'and --netrc to provide account credentials.', expected=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue