youtube-dl

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

commit 0d85c3a7327e75173897d0e212254e496a46ea2d
parent 903d1369428f72397dbc698654dbad445ecaf2ac
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 14 Nov 2015 16:44:24 +0600

[lynda] Style

Diffstat:
Myoutube_dl/extractor/lynda.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/lynda.py b/youtube_dl/extractor/lynda.py @@ -25,7 +25,7 @@ class LyndaBaseIE(InfoExtractor): self._login() def _login(self): - (username, password) = self._get_login_info() + username, password = self._get_login_info() if username is None: return