diff --git a/modules/cragr/browser.py b/modules/cragr/browser.py index 97e682eadae9849a8b6679a3119d89dcf17c701d..f6c28e8a7719e28be1a426dacf0e304f88ffe1e1 100644 --- a/modules/cragr/browser.py +++ b/modules/cragr/browser.py @@ -119,7 +119,7 @@ class CreditAgricoleBrowser(LoginBrowser, StatesMixin): r'https://npcprediweb.predica.credit-agricole.fr/rest/detailEpargne/contrat/', PredicaInvestmentsPage ) - bgpi_redirection = URL(r'(?P[\w-]+)/operations/moco/bgpi/jcr:content.init.html', BgpiRedirectionPage) + bgpi_redirection = URL(r'(?P[\w-]+)/operations/moco/bgpi/_?jcr[:_]content.init.html', BgpiRedirectionPage) bgpi_accounts = URL(r'https://bgpi-gestionprivee.credit-agricole.fr/bgpi/Logon.do', BgpiAccountsPage) bgpi_investments = URL(r'https://bgpi-gestionprivee.credit-agricole.fr/bgpi/CompteDetail.do', BgpiInvestmentsPage)