fix connection on other kind of accounts

This commit is contained in:
Romain Bignon 2013-11-23 13:08:12 +01:00
commit 5ff52844a5
2 changed files with 12 additions and 2 deletions

View file

@ -45,6 +45,7 @@ class BanquePopulaire(BaseBrowser):
'https://[^/]+/portailinternet/Catalogue/Segments/.*.aspx(\?vary=(?P<vary>.*))?': HomePage,
'https://[^/]+/portailinternet/Pages/.*.aspx\?vary=(?P<vary>.*)': HomePage,
'https://[^/]+/portailinternet/Pages/default.aspx': HomePage,
'https://[^/]+/portailinternet/Transactionnel/Pages/CyberIntegrationPage.aspx': HomePage,
}
def __init__(self, website, *args, **kwargs):