From 9e290442abe1c3d19971ae23416f750bfd93a803 Mon Sep 17 00:00:00 2001 From: ibagrak Date: Sun, 16 Feb 2014 12:51:46 -0500 Subject: [PATCH] Update extract.py There is a new login URL that flurry now redirects to, so that test fails. --- flurry/bin/extract.py | 1 + 1 file changed, 1 insertion(+) 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: