X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fnoco.py;h=a9f9b10c47b8b9f481a8ab3f88705b1b0e76eb0f;hb=e4d9586562d24cbbea6ee07162290ec602399f37;hp=8b83e1f760141bc1a6a0ff4c56761e09b6e3d920;hpb=79d1f8ed6803b6097f0f3cd57f72e0378bdc1f34;p=youtube-dl diff --git a/youtube_dl/extractor/noco.py b/youtube_dl/extractor/noco.py index 8b83e1f76..a9f9b10c4 100644 --- a/youtube_dl/extractor/noco.py +++ b/youtube_dl/extractor/noco.py @@ -70,7 +70,7 @@ class NocoIE(InfoExtractor): return login = self._download_json( - self._LOGIN_URL, None, 'Logging in as %s' % username, + self._LOGIN_URL, None, 'Logging in', data=urlencode_postdata({ 'a': 'login', 'cookie': '1',