|
@@ -46,7 +46,8 @@ class ConsumptionSpiderRecommend(object):
|
|
|
content_video_data(json.dumps({
|
|
|
"video_id": task['video_id'],
|
|
|
"video_title": task['video_title'],
|
|
|
- "status": title_type
|
|
|
+ "status": title_type,
|
|
|
+ "time": str(datetime.now().strftime("%-m月%-d"))
|
|
|
}), "task:spider_early_data")
|
|
|
title_status = cls.judgment_time(video_title)
|
|
|
if title_type == "否":
|