|
@@ -137,6 +137,8 @@ class PiaoQuanPipeline(object):
|
|
return True
|
|
return True
|
|
if self.platform == "zuihaodesongni" and self.mode == "recommend":
|
|
if self.platform == "zuihaodesongni" and self.mode == "recommend":
|
|
return True
|
|
return True
|
|
|
|
+ if self.platform == "tiantianjufuqi" and self.mode == "recommend":
|
|
|
|
+ return True
|
|
out_id = self.item["out_video_id"]
|
|
out_id = self.item["out_video_id"]
|
|
# 判断加上标题去重
|
|
# 判断加上标题去重
|
|
if self.mode == "recommend" and self.platform == "zhufuhaoyunbaofu":
|
|
if self.mode == "recommend" and self.platform == "zhufuhaoyunbaofu":
|