support new authentication system

This commit is contained in:
Romain Bignon 2013-11-22 13:22:31 +01:00 committed by Romain Bignon
commit 4784cb59c5
2 changed files with 39 additions and 4 deletions

View file

@ -41,6 +41,7 @@ class SocieteGenerale(BaseBrowser):
'.*restitution/cns_listeprestation.html': AccountsList,
'.*restitution/cns_listeCartes.*.html.*': CardsList,
'.*restitution/cns_detail.*\.html.*': AccountHistory,
'https://.*.societegenerale.fr/lgn/url.html.*':AccountHistory,
}
def __init__(self, *args, **kwargs):