From fee1fe96b67e81703ea8ea619f47a99561caa39b Mon Sep 17 00:00:00 2001 From: Vincent Paredes Date: Wed, 26 Feb 2014 15:22:55 +0100 Subject: [PATCH] increase the mode parameter to get more history --- modules/lcl/pages.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/lcl/pages.py b/modules/lcl/pages.py index 08575183..23a2c30a 100644 --- a/modules/lcl/pages.py +++ b/modules/lcl/pages.py @@ -156,7 +156,8 @@ class AccountsPage(BasePage): continue if link.startswith("/outil/UWLM/ListeMouvements"): account = Account() - account._link_id=link+"&mode=45" + #by default the website propose the last 7 days or last 45 days but we can force to have the last 55days + account._link_id=link+"&mode=55" account._coming_links = [] parameters=link.split("?").pop().split("&") for parameter in parameters: