fix too general regexp for login page

This commit is contained in:
Romain Bignon 2015-07-30 16:22:54 +02:00
commit cdea010d4e

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,