support special login URLs on some regions
This commit is contained in:
parent
e3485fb185
commit
faea86ad73
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue