youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 8414c2da31a5ff3cc5ba84fdd537d714d04949f8
parent 45396dd2ed3bc7ab9ac6f9b5a5f51179b629abb7
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 13 Sep 2016 23:22:16 +0700

[adobepass] PEP 8

Diffstat:
Myoutube_dl/extractor/adobepass.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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)