fix call to ICapVideo.search_videos (API changed)
This commit is contained in:
parent
9a0f9d0fc9
commit
3900818482
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class Downloadboob(object):
|
||||||
|
|
||||||
# search for videos
|
# search for videos
|
||||||
videos = []
|
videos = []
|
||||||
for i, video in enumerate(self.backend.search_videos(pattern, sortby, nsfw, max_results)):
|
for i, video in enumerate(self.backend.search_videos(pattern, sortby, nsfw)):
|
||||||
if i == max_results:
|
if i == max_results:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue