lxml is needed for bp
This commit is contained in:
parent
c9ddbec134
commit
e0cb6d6dfe
1 changed files with 7 additions and 3 deletions
|
|
@ -56,6 +56,10 @@ class BPBrowser(BaseBrowser):
|
|||
r'.*ost/messages\.CVS\.html\?param=0x132120cb.*' : AccountDesactivate,
|
||||
}
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
kwargs['parser'] = ('lxml',)
|
||||
BaseBrowser.__init__(self, *args, **kwargs)
|
||||
|
||||
def home(self):
|
||||
self.location('https://voscomptesenligne.labanquepostale.fr/wsost/OstBrokerWeb/loginform?TAM_OP=login&'
|
||||
'ERROR_CODE=0x00000000&URL=%2Fvoscomptes%2FcanalXHTML%2Fidentif.ea%3Forigin%3Dparticuliers')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue