X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Ftennistv.py;h=a586f30ad55a2e060257d86593c793471246d9fc;hb=a6211d237b4e7051ca018cc09440502561fedaa7;hp=0c6f70784c00cd880fda85d4d830ab478ed77eeb;hpb=b848a4ca1a4bb5b2f64eb551d1bbd73ddcd2e9b1;p=youtube-dl diff --git a/youtube_dl/extractor/tennistv.py b/youtube_dl/extractor/tennistv.py index 0c6f70784..a586f30ad 100644 --- a/youtube_dl/extractor/tennistv.py +++ b/youtube_dl/extractor/tennistv.py @@ -32,7 +32,7 @@ class TennisTVIE(InfoExtractor): _NETRC_MACHINE = 'tennistv' def _login(self): - (username, password) = self._get_login_info() + username, password = self._get_login_info() if not username or not password: raise ExtractorError('No login info available, needed for using %s.' % self.IE_NAME, expected=True)