logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: f129c3f349b41ef8f454d67af761e1c15ad30a92
parent 39d4c1be4d601a3297157315652637ca52000965
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  2 Jun 2017 01:03:51 +0700

[safari] Fix typo (closes #13252)

Diffstat:

Myoutube_dl/extractor/safari.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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')