remove parameter max_results from all capabilities
This commit is contained in:
parent
c108ca3fc5
commit
b99d599aa9
30 changed files with 84 additions and 80 deletions
|
|
@ -216,6 +216,5 @@ class Videoob(ReplApplication):
|
|||
|
||||
self.change_path([u'search'])
|
||||
self.start_format(pattern=pattern)
|
||||
for backend, video in self.do('search_videos', pattern=pattern, nsfw=self.nsfw,
|
||||
max_results=self.options.count):
|
||||
for backend, video in self.do('search_videos', pattern=pattern, nsfw=self.nsfw):
|
||||
self.cached_format(video)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue