cragr fix a no accounts
This commit is contained in:
parent
db91ac2848
commit
7142522b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue