@@ -136,7 +136,7 @@ class SearchDeal(object):
if result:
for item in result:
video_1, video_2, video_3, kimi_title = item
- if video_1 and video_2 and video_3 and kimi_title:
+ if video_1 and kimi_title:
return [video_1, video_2, video_3, kimi_title]
else:
continue