search on /recherche.html instead of /replay/recherche.html
This commit is contained in:
parent
592d686f1c
commit
0c901e7d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class PluzzBrowser(BaseBrowser):
|
|||
if not pattern:
|
||||
self.home()
|
||||
else:
|
||||
self.location(self.buildurl('recherche.html', q=pattern.encode('utf-8')))
|
||||
self.location(self.buildurl('/recherche.html', q=pattern.encode('utf-8')))
|
||||
|
||||
assert self.is_on_page(IndexPage)
|
||||
return self.page.iter_videos()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue