cragr add page to fix no accounts
This commit is contained in:
parent
91adb3b163
commit
989ea330d6
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class Cragr(Browser):
|
||||||
'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage,
|
'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage,
|
||||||
'https?://[^/]+/stb/entreeBam\?.*pagePremVisite.*': UselessPage,
|
'https?://[^/]+/stb/entreeBam\?.*pagePremVisite.*': UselessPage,
|
||||||
'https?://[^/]+/stb/entreeBam\?.*Interstitielle.*': UselessPage,
|
'https?://[^/]+/stb/entreeBam\?.*Interstitielle.*': UselessPage,
|
||||||
|
'https?://[^/]+/stb/entreeBam\?.*act=Tdbgestion': UselessPage,
|
||||||
'https?://[^/]+/stb/entreeBam\?.*act=Synthcomptes': AccountsPage,
|
'https?://[^/]+/stb/entreeBam\?.*act=Synthcomptes': AccountsPage,
|
||||||
'https?://[^/]+/stb/entreeBam\?.*act=Synthepargnes': SavingsPage,
|
'https?://[^/]+/stb/entreeBam\?.*act=Synthepargnes': SavingsPage,
|
||||||
'https?://[^/]+/stb/.*act=Releves.*': TransactionsPage,
|
'https?://[^/]+/stb/.*act=Releves.*': TransactionsPage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue