[adobepass] PEP 8

pull/8/head
Sergey M․ 2016-09-13 23:22:16 +07:00
rodzic 45396dd2ed
commit 8414c2da31
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 2 dodań i 1 usunięć
youtube_dl/extractor

Wyświetl plik

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