[popolemploi] site is now only availbe using https

This commit is contained in:
Bezleputh 2014-07-15 09:19:30 +02:00
commit 2ba8a074d5

View file

@ -34,8 +34,8 @@ class PopolemploiBrowser(BaseBrowser):
ENCODING = None ENCODING = None
PAGES = { PAGES = {
'http://candidat.pole-emploi.fr/candidat/rechercheoffres/resultats(.*?)': SearchPage, 'https?://candidat.pole-emploi.fr/candidat/rechercheoffres/resultats(.*?)': SearchPage,
'http://candidat.pole-emploi.fr/candidat/rechercheoffres/detail/(?P<id>.+)': AdvertPage, 'https?://candidat.pole-emploi.fr/candidat/rechercheoffres/detail/(?P<id>.+)': AdvertPage,
} }
def search_job(self, pattern=None): def search_job(self, pattern=None):