[CCI] update on cci website

This commit is contained in:
Bezleputh 2013-10-28 20:23:52 +01:00
commit a286975f2a
2 changed files with 3 additions and 14 deletions

View file

@ -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,