فهرست منبع

视频号抓取任务

luojunhui 2 ماه پیش
والد
کامیت
4aa5fd070c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tasks/crawler_channel_account_videos.py

+ 1 - 1
tasks/crawler_channel_account_videos.py

@@ -90,7 +90,7 @@ class CrawlerChannelAccountVideos:
                 task="crawler_channel_account_videos",
                 task="crawler_channel_account_videos",
                 function="crawler_each_video",
                 function="crawler_each_video",
                 message="video length is too long",
                 message="video length is too long",
-                data={"video_id": video["id"], "title": title},
+                data={"video_id": video["id"], "title": title, "length": video_length},
             )
             )
             return
             return