properly define urls
This commit is contained in:
parent
7bbb113f92
commit
e0cb4118f8
11 changed files with 12 additions and 12 deletions
|
|
@ -27,7 +27,7 @@ __all__ = ['PopolemploiBrowser']
|
|||
|
||||
class PopolemploiBrowser(PagesBrowser):
|
||||
|
||||
BASEURL = 'http://candidat.pole-emploi.fr'
|
||||
BASEURL = 'http://candidat.pole-emploi.fr/'
|
||||
|
||||
advert = URL('candidat/rechercheoffres/detail/(?P<id>.*)', AdvertPage)
|
||||
search = URL('candidat/rechercheoffres/resultats/(?P<search>.*?)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue