aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/tennistv.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/tennistv.py')
-rw-r--r--youtube_dl/extractor/tennistv.py2
1 files changed, 1 insertions, 1 deletions
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)