|
@@ -102,7 +102,9 @@ class CrawlerPiaoQuanVideos:
|
|
|
video_item.add("source_account", const.NO_SOURCE_ACCOUNT)
|
|
|
video_item.add("crawler_timestamp", int(time.time()))
|
|
|
video_item.add("video_oss_path", video_detail["ossVideoPath"])
|
|
|
- video_item.add("audit_status", video_detail["auditStatus"])
|
|
|
+
|
|
|
+ # 将视频审核状态设置为审核中, 不影响后续发布流程
|
|
|
+ video_item.add("audit_status", const.AUDITING_STATUS)
|
|
|
video_item.add("audit_video_id", video_data["video_id"])
|
|
|
category = pq_long_articles_category_mapping.get(video_data["category"])
|
|
|
if category:
|