fix encoding
This commit is contained in:
parent
57436e0899
commit
159e74ac6d
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ __all__ = ['BredBrowser']
|
|||
class BredBrowser(BaseBrowser):
|
||||
PROTOCOL = 'https'
|
||||
DOMAIN = 'www.bred.fr'
|
||||
ENCODING = 'iso-8859-15'
|
||||
PAGES = {'https://www.bred.fr/': LoginPage,
|
||||
'https://www.bred.fr/Andromede/MainAuth.*': LoginResultPage,
|
||||
'https://www.bred.fr/Andromede/Main': AccountsPage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue