diff --git a/modules/boursorama/browser.py b/modules/boursorama/browser.py index 41c6ca43..a69622cb 100644 --- a/modules/boursorama/browser.py +++ b/modules/boursorama/browser.py @@ -44,6 +44,7 @@ class Boursorama(BaseBrowser): '.*connexion.phtml.*': LoginPage, '.*/comptes/synthese.phtml': AccountsList, '.*/comptes/banque/detail/mouvements.phtml.*': AccountHistory, + '.*/comptes/epargne/mouvements.phtml.*': AccountHistory, '.*/date_anniversaire.phtml.*': UpdateInfoPage, }