properly define urls

This commit is contained in:
Bezleputh 2015-01-19 10:24:53 +01:00 committed by Romain Bignon
commit e0cb4118f8
11 changed files with 12 additions and 12 deletions

View file

@ -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>.*?)',