From 989ea330d6296a74329280cfd594872bd3035ef3 Mon Sep 17 00:00:00 2001 From: Baptiste Delpey Date: Mon, 10 Aug 2015 16:20:33 +0200 Subject: [PATCH] cragr add page to fix no accounts --- modules/cragr/web/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cragr/web/browser.py b/modules/cragr/web/browser.py index a01dd84d..5b8f5a0e 100644 --- a/modules/cragr/web/browser.py +++ b/modules/cragr/web/browser.py @@ -41,6 +41,7 @@ class Cragr(Browser): 'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage, 'https?://[^/]+/stb/entreeBam\?.*pagePremVisite.*': UselessPage, 'https?://[^/]+/stb/entreeBam\?.*Interstitielle.*': UselessPage, + 'https?://[^/]+/stb/entreeBam\?.*act=Tdbgestion': UselessPage, 'https?://[^/]+/stb/entreeBam\?.*act=Synthcomptes': AccountsPage, 'https?://[^/]+/stb/entreeBam\?.*act=Synthepargnes': SavingsPage, 'https?://[^/]+/stb/.*act=Releves.*': TransactionsPage,