bourso new investment page and fix parsing

This commit is contained in:
Baptiste Delpey 2015-06-22 11:45:09 +02:00 committed by Romain Bignon
commit 3bec12cd25
2 changed files with 2 additions and 1 deletions

View file

@ -55,6 +55,7 @@ class Boursorama(StateBrowser):
r'.*/date_anniversaire.phtml.*': UpdateInfoPage,
r'.*/detail.phtml.*': AccountLifeInsurance,
r'.*/opcvm.phtml.*': InvestmentDetail,
r'.*/bourse/trackers/etf.phtml.*': InvestmentDetail,
r'.*/positions_engagements.phtml.*': AccountMarket,
}