fix too general regexp for login page
This commit is contained in:
parent
d29ab5f7df
commit
cdea010d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Cragr(Browser):
|
||||||
ENCODING = 'ISO-8859-1'
|
ENCODING = 'ISO-8859-1'
|
||||||
|
|
||||||
PAGES = {'https?://[^/]+/': HomePage,
|
PAGES = {'https?://[^/]+/': HomePage,
|
||||||
'https?://[^/]+/stb/entreeBam.*': LoginPage,
|
'https?://[^/]+/stb/entreeBam': LoginPage,
|
||||||
'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage,
|
'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage,
|
||||||
'https?://[^/]+/stb/entreeBam\?.*pagePremVisite.*': UselessPage,
|
'https?://[^/]+/stb/entreeBam\?.*pagePremVisite.*': UselessPage,
|
||||||
'https?://[^/]+/stb/entreeBam\?.*Interstitielle.*': UselessPage,
|
'https?://[^/]+/stb/entreeBam\?.*Interstitielle.*': UselessPage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue