Romain Bignon
59dfe3083a
delete 'remove_html_tags' global function, and create IParser.tocleanstring and IParser.strip abstract methods.
2011-10-25 13:28:43 +02:00
Romain Bignon
ba6f31dac8
move remove_html_tags function into weboob.tools.misc
2011-07-03 10:52:33 +02:00
Romain Bignon
9afb301ebe
move select() in parser
2011-04-09 11:25:13 +02:00
Romain Bignon
7e2bb91b3b
change license to AGPLv3+
2011-04-08 12:48:07 +02:00
Erwan Jahier
dc5264fbd2
Add 'comptes titres', 'comptes vies', and 'comptes retraites' to the list of boobank/bp accounts ( closes #567 )
...
Signed-off-by: Erwan Jahier <jahier@imag.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-04-06 11:44:26 +02:00
Nicolas Duhamel
99646e40d9
Fix bp backend ( closes #621 )
2011-04-05 12:52:45 +02:00
Romain Bignon
52d06a26fe
fix parsing of accounts when there isn't any savings account
2011-03-13 17:49:44 +01:00
Romain Bignon
311f997b39
fix syntax (please cbenz check with pyflakes before commiting)
2010-12-09 12:03:04 +01:00
Christophe Benz
851b2d34ca
code clean, split too long lines
2010-12-08 18:10:44 +01:00
Nicolas Duhamel
b583e0aa53
Fix bad encoding error with a hack
2010-12-03 16:37:42 +01:00
Romain Bignon
a166b13be1
fix: correctly get transfer error
2010-11-17 00:48:49 +01:00
Romain Bignon
76429c5f29
oops
2010-11-16 15:20:44 +01:00
Romain Bignon
3417cf5a1b
fix handling
2010-11-16 15:14:45 +01:00
Romain Bignon
fe85423051
handle transfer errors
2010-11-16 15:07:40 +01:00
Romain Bignon
23f6a60521
raise AccountNotFound instead of returning it.
2010-11-16 14:36:39 +01:00
Romain Bignon
bd1eb19250
check if transfer failed
2010-11-16 14:12:21 +01:00
nicolas duhamel
b5e016f9ba
finished to use BaseBrowser ( closes #422 )
2010-11-16 11:05:38 +01:00
Romain Bignon
4144380dd9
handle LoggedPage
2010-11-11 15:51:16 +01:00
nicolas duhamel
9426b9f204
modified: weboob/backends/bp/backend.py
...
modified: weboob/backends/bp/browser.py
new file: weboob/backends/bp/pages/__init__.py
new file: weboob/backends/bp/pages/accounthistory.py
new file: weboob/backends/bp/pages/accountlist.py
new file: weboob/backends/bp/pages/cookie.py
new file: weboob/backends/bp/pages/login.py
2010-11-10 21:27:50 +01:00