Remove backend for do() calls
This commit is contained in:
parent
40a8bc0ce1
commit
628c63f899
33 changed files with 112 additions and 113 deletions
|
|
@ -337,5 +337,5 @@ class Videoob(ReplApplication):
|
|||
|
||||
self.change_path([u'search'])
|
||||
self.start_format(pattern=pattern)
|
||||
for backend, video in self.do('search_videos', pattern=pattern, nsfw=self.nsfw):
|
||||
for video in self.do('search_videos', pattern=pattern, nsfw=self.nsfw):
|
||||
self.cached_format(video)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue