cragr fix a no accounts

This commit is contained in:
Baptiste Delpey 2015-07-15 14:44:48 +02:00 committed by Romain Bignon
commit 7142522b3d

View file

@ -36,7 +36,7 @@ class Cragr(Browser):
ENCODING = 'ISO-8859-1'
PAGES = {'https?://[^/]+/': HomePage,
'https?://[^/]+/stb/entreeBam': LoginPage,
'https?://[^/]+/stb/entreeBam.*': LoginPage,
'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage,
'https?://[^/]+/stb/entreeBam\?.*pagePremVisite.*': UselessPage,
'https?://[^/]+/stb/entreeBam\?.*Interstitielle.*': UselessPage,