implement ICapVideoProvider.iter_search_results()

This commit is contained in:
Romain Bignon 2010-04-16 17:19:19 +02:00
commit e3ad695346
5 changed files with 54 additions and 4 deletions

View file

@ -53,6 +53,9 @@ class YoupornBackend(Backend, ICapVideoProvider):
def get_video(self, _id):
return self.browser.get_video(_id)
def iter_search_results(self, pattern=None):
return self.browser.iter_search_results(pattern)
@need_url
def iter_page_urls(self, mozaic_url):
raise NotImplementedError()