From: Sergey M․ Date: Thu, 1 Jun 2017 18:03:51 +0000 (+0700) Subject: [safari] Fix typo (closes #13252) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=f129c3f349b41ef8f454d67af761e1c15ad30a92;p=youtube-dl [safari] Fix typo (closes #13252) --- diff --git a/youtube_dl/extractor/safari.py b/youtube_dl/extractor/safari.py index c3aec1edd..794e4ee6f 100644 --- a/youtube_dl/extractor/safari.py +++ b/youtube_dl/extractor/safari.py @@ -67,7 +67,7 @@ class SafariBaseIE(InfoExtractor): 'Login failed; make sure your credentials are correct and try again.', expected=True) - SafariBaseIE.LOGGED_IN = True + self.LOGGED_IN = True self.to_screen('Login successful')