[popolemploi] site is now only availbe using https
This commit is contained in:
parent
0d38829727
commit
2ba8a074d5
1 changed files with 2 additions and 2 deletions
|
|
@ -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<id>.+)': AdvertPage,
|
||||
'https?://candidat.pole-emploi.fr/candidat/rechercheoffres/resultats(.*?)': SearchPage,
|
||||
'https?://candidat.pole-emploi.fr/candidat/rechercheoffres/detail/(?P<id>.+)': AdvertPage,
|
||||
}
|
||||
|
||||
def search_job(self, pattern=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue