Browse Source

[safari] Fix typo (closes #13252)

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
f129c3f349
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/safari.py

+ 1
- 1
youtube_dl/extractor/safari.py View File

@ -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')


Loading…
Cancel
Save