mirror of https://github.com/yt-dlp/yt-dlp.git
[safari] Fix typo (closes #13252)
This commit is contained in:
parent
39d4c1be4d
commit
f129c3f349
|
@ -67,7 +67,7 @@ class SafariBaseIE(InfoExtractor):
|
||||||
'Login failed; make sure your credentials are correct and try again.',
|
'Login failed; make sure your credentials are correct and try again.',
|
||||||
expected=True)
|
expected=True)
|
||||||
|
|
||||||
SafariBaseIE.LOGGED_IN = True
|
self.LOGGED_IN = True
|
||||||
|
|
||||||
self.to_screen('Login successful')
|
self.to_screen('Login successful')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue