implement searches on INA
This commit is contained in:
parent
87cd2bebec
commit
9fb8deb516
5 changed files with 72 additions and 5 deletions
|
|
@ -40,5 +40,5 @@ class InaBackend(BaseBackend, ICapVideo):
|
|||
return self.browser.get_video(_id)
|
||||
|
||||
def iter_search_results(self, pattern=None, sortby=ICapVideo.SEARCH_RELEVANCE, nsfw=False, max_results=None):
|
||||
debug(u'backend ina: iter_search_results is not implemented')
|
||||
return set()
|
||||
with self.browser:
|
||||
return self.browser.iter_search_results(pattern)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue