diff --git a/modules/popolemploi/browser.py b/modules/popolemploi/browser.py index b1f574e6..50f7a6f4 100644 --- a/modules/popolemploi/browser.py +++ b/modules/popolemploi/browser.py @@ -34,8 +34,8 @@ class PopolemploiBrowser(BaseBrowser): ENCODING = None PAGES = { - 'http://candidat.pole-emploi.fr/candidat/rechercheoffres/resultats(.*?)': SearchPage, - 'http://candidat.pole-emploi.fr/candidat/rechercheoffres/detail/(?P.+)': AdvertPage, + 'https?://candidat.pole-emploi.fr/candidat/rechercheoffres/resultats(.*?)': SearchPage, + 'https?://candidat.pole-emploi.fr/candidat/rechercheoffres/detail/(?P.+)': AdvertPage, } def search_job(self, pattern=None):