[CapGallery] correct method name
The modules using this capability and galleroob have been corrected too
This commit is contained in:
parent
527a6d6b5c
commit
689fe43ed5
5 changed files with 6 additions and 6 deletions
|
|
@ -53,9 +53,9 @@ class EHentaiModule(Module, CapGallery, CapCollection):
|
|||
password = None
|
||||
return self.create_browser(self.config['domain'].get(), username, password)
|
||||
|
||||
def search_gallery(self, pattern, sortby=None):
|
||||
def search_galleries(self, pattern, sortby=None):
|
||||
with self.browser:
|
||||
return self.browser.search_gallery(pattern)
|
||||
return self.browser.search_galleries(pattern)
|
||||
|
||||
def iter_gallery_images(self, gallery):
|
||||
self.fillobj(gallery, ('url',))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue