diff --git a/modules/cragr/web/browser.py b/modules/cragr/web/browser.py index aa58afb2..f9ba05b7 100644 --- a/modules/cragr/web/browser.py +++ b/modules/cragr/web/browser.py @@ -38,6 +38,8 @@ class Cragr(Browser): PAGES = {'https?://[^/]+/': HomePage, 'https?://[^/]+/stb/entreeBam': LoginPage, 'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage, + 'https?://[^/]+/stb/entreeBam\?.*pagePremVisite.*': UselessPage, + 'https?://[^/]+/stb/entreeBam\?.*Interstitielle.*': UselessPage, 'https?://[^/]+/stb/entreeBam\?.*act=Synthcomptes': AccountsPage, 'https?://[^/]+/stb/entreeBam\?.*act=Synthepargnes': SavingsPage, 'https?://[^/]+/stb/.*act=Releves.*': TransactionsPage,