[CCI] update on cci website
This commit is contained in:
parent
518b795051
commit
a286975f2a
2 changed files with 3 additions and 14 deletions
|
|
@ -29,7 +29,7 @@ __all__ = ['CciBrowser']
|
|||
class CciBrowser(BaseBrowser):
|
||||
PROTOCOL = 'http'
|
||||
DOMAIN = 'www.cci.fr/web/recrutement/les-offres-d-emploi'
|
||||
ENCODING = None
|
||||
ENCODING = "UTF-8"
|
||||
|
||||
PAGES = {
|
||||
'%s://%s' % (PROTOCOL, DOMAIN): SearchPage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue