diff --git a/modules/cragr/web/browser.py b/modules/cragr/web/browser.py index 7c168f77..26ca333e 100644 --- a/modules/cragr/web/browser.py +++ b/modules/cragr/web/browser.py @@ -36,6 +36,7 @@ class Cragr(BaseBrowser): PAGES = {'https?://[^/]+/': HomePage, 'https?://[^/]+/stb/entreeBam': LoginPage, + 'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage, 'https?://[^/]+/stb/entreeBam\?.*act=Synthcomptes': AccountsPage, 'https?://[^/]+/stb/entreeBam\?.*act=Synthepargnes': SavingsPage, 'https?://[^/]+/stb/.*act=Releves.*': TransactionsPage,