diff --git a/flurry/bin/extract.py b/flurry/bin/extract.py index 73cc4a1..c2047bc 100644 --- a/flurry/bin/extract.py +++ b/flurry/bin/extract.py @@ -71,6 +71,7 @@ def login(self): resp_url = resp.geturl() success = ( resp_url == 'https://dev.flurry.com/home.do' or + or resp_url == 'https://dev.flurry.com/home.do?isFirstPostLogin=true' or (resp_url.startswith('https://dev.flurry.com/fullPageTakeover.do') and 'home.do' in resp_url)) if not success: