소스 검색

[adobepass] PEP 8

Sergey M․ 9 년 전
부모
커밋
8414c2da31
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      youtube_dl/extractor/adobepass.py

+ 2 - 1
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)