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):
|
class BredBrowser(BaseBrowser):
|
||||||
PROTOCOL = 'https'
|
PROTOCOL = 'https'
|
||||||
DOMAIN = 'www.bred.fr'
|
DOMAIN = 'www.bred.fr'
|
||||||
|
ENCODING = 'iso-8859-15'
|
||||||
PAGES = {'https://www.bred.fr/': LoginPage,
|
PAGES = {'https://www.bred.fr/': LoginPage,
|
||||||
'https://www.bred.fr/Andromede/MainAuth.*': LoginResultPage,
|
'https://www.bred.fr/Andromede/MainAuth.*': LoginResultPage,
|
||||||
'https://www.bred.fr/Andromede/Main': AccountsPage,
|
'https://www.bred.fr/Andromede/Main': AccountsPage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue