Browse Source

[adobepass] PEP 8

totalwebcasting
Sergey M․ 8 years ago
parent
commit
8414c2da31
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/adobepass.py

+ 2
- 1
youtube_dl/extractor/adobepass.py View File

@ -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)


Loading…
Cancel
Save