Explorar o código

[safari] Fix typo (closes #13252)

Sergey M․ %!s(int64=8) %!d(string=hai) anos
pai
achega
f129c3f349
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/safari.py

+ 1 - 1
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')