|
@@ -216,6 +216,11 @@ class VideoProcessor:
|
|
|
Feishu.finish_bot(text,
|
|
|
"https://open.feishu.cn/open-apis/bot/v2/hook/493b3d4c-5fae-4a9d-980b-1dd86636524e",
|
|
|
"【 视频下载失败,跳过该视频 】")
|
|
|
+ if name == "快手推荐流" or name == "视频号推荐流":
|
|
|
+ sqlCollect.update_feed_vid_2(v_id)
|
|
|
+ Feishu.finish_bot(text,
|
|
|
+ "https://open.feishu.cn/open-apis/bot/v2/hook/493b3d4c-5fae-4a9d-980b-1dd86636524e",
|
|
|
+ "【 视频下载失败,跳过该视频 】")
|
|
|
continue
|
|
|
else:
|
|
|
if video_share and video_share != 'None':
|