Add an example of is_here() with parameters
This commit is contained in:
parent
0927230e95
commit
e692068a96
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class YoujizzBrowser(PagesBrowser):
|
|||
|
||||
def search_videos(self, pattern):
|
||||
self.search.go(pattern=pattern, pagenum=1)
|
||||
assert self.search.is_here()
|
||||
assert self.search.is_here(pattern=pattern, pagenum=1)
|
||||
|
||||
return self.pagination(lambda: self.page.iter_videos())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue