properly define urls
This commit is contained in:
parent
7bbb113f92
commit
e0cb4118f8
11 changed files with 12 additions and 12 deletions
|
|
@ -24,7 +24,7 @@ from .pages import CitiesPage, SearchPage, HousingPage, HousingPage2, PhonePage
|
|||
|
||||
|
||||
class ExplorimmoBrowser(PagesBrowser):
|
||||
BASEURL = 'http://www.explorimmo.com'
|
||||
BASEURL = 'http://www.explorimmo.com/'
|
||||
|
||||
cities = URL('rest/locations\?q=(?P<city>.*)', CitiesPage)
|
||||
search = URL('resultat/annonces.html\?(?P<query>.*)', SearchPage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue