diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-06-02 01:03:51 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-06-02 01:03:51 +0700 |
commit | f129c3f349b41ef8f454d67af761e1c15ad30a92 (patch) | |
tree | 71476889e625c41d003a6d2da398d1b0fd7ae4d9 /youtube_dl | |
parent | 39d4c1be4d601a3297157315652637ca52000965 (diff) |
[safari] Fix typo (closes #13252)
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/safari.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |