add missing keywords

This commit is contained in:
Christophe Benz 2010-08-12 17:08:25 +02:00
commit 33d1574878
4 changed files with 4 additions and 4 deletions

View file

@ -39,6 +39,6 @@ class InaBackend(BaseBackend, ICapVideo):
def get_video(self, _id):
return self.browser.get_video(_id)
def iter_search_results(self, pattern=None, sortby=ICapVideo.SEARCH_RELEVANCE, nsfw=False):
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()