[seloger] fix pagination
This commit is contained in:
parent
d500abf336
commit
532356a55f
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class SearchResultsPage(XMLPage):
|
||||||
item_xpath = "//annonce"
|
item_xpath = "//annonce"
|
||||||
|
|
||||||
def next_page(self):
|
def next_page(self):
|
||||||
return CleanText('//pagesuivante', default=None)(self)
|
return CleanText('//pageSuivante', default=None)(self)
|
||||||
|
|
||||||
class item(SeLogerItem):
|
class item(SeLogerItem):
|
||||||
def obj_photos(self):
|
def obj_photos(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue