rename iter_search_results to either search_videos and search_gallery (closes #779)
This commit is contained in:
parent
46f94a1d78
commit
56691d7ea7
39 changed files with 52 additions and 52 deletions
|
|
@ -74,7 +74,7 @@ class Galleroob(ReplApplication):
|
|||
|
||||
self.set_formatter_header(u'Search pattern: %s' %
|
||||
pattern if pattern else u'Latest galleries')
|
||||
for backend, gallery in self.do('iter_search_results',
|
||||
for backend, gallery in self.do('search_gallery',
|
||||
pattern=pattern, max_results=self.options.count):
|
||||
self.add_object(gallery)
|
||||
self.format(gallery)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue